mikebaldam
Registered User.
- Local time
- Today, 16:21
- Joined
- Oct 29, 2002
- Messages
- 114
Hi,
I've got a VB script to upload pictuires from a PC to my server,
I want to log the file name of pic im uploading in a field.
Currently the script I'm working off is giving me the path and name....
Private Sub cmdSelect_Click()
Me.CommonDialog3.initdir = "C:\images" ' This Directory can be set to any directory
Me.CommonDialog3.showopen ' Opens the Select File Dialog Box
Me.txtPath = CommonDialog3.filename ' Sends Filename to text box in Form
End Sub
Any idea's anyone...?
PS if someone is looking for a sample copy of file transfer see the attachment...
Cheers
I've got a VB script to upload pictuires from a PC to my server,
I want to log the file name of pic im uploading in a field.
Currently the script I'm working off is giving me the path and name....
Private Sub cmdSelect_Click()
Me.CommonDialog3.initdir = "C:\images" ' This Directory can be set to any directory
Me.CommonDialog3.showopen ' Opens the Select File Dialog Box
Me.txtPath = CommonDialog3.filename ' Sends Filename to text box in Form
End Sub
Any idea's anyone...?
PS if someone is looking for a sample copy of file transfer see the attachment...
Cheers