Hi
Can anyone please help me. I am trying to browse for a file. I would like the file path name to be shown on a text box. Using the upload button I would then like to save the file on mysql. is is the code I have don so far.
[CODE=vb]Private Function LoadFile(sFile As String) As Boolean
Dim filenum
Text2.Tag = sFile
' Make sure a file is specified.
If sFile...
User Profile
Collapse
-
Browse a file and then upload it to mysql
-
Hi
Thanks for your reply.
I would like to store the file on to the database. How can I code it in visual basic to store it as byte stream. This is the code I have to browse for the directory. I would also like the code to allow me to seelct files not the whole directory.
Private Sub Command1_Click( )
'Opens a Treeview control that displays the directories in a computer
Command1.Visibl e... -
Upload files to mysql using visual basic
Can any one help me?
I would like to upload a text/doc file from my visual basic form on to my sql database.
No activity results to display
Show More
Leave a comment: