hi
i wanna write a prog in vb that can upload files, for example txt files.
Someone got an code or can help me.
thanx
Printable View
hi
i wanna write a prog in vb that can upload files, for example txt files.
Someone got an code or can help me.
thanx
You can use the code at http://codeguru.developer.com/vb/articles/1852.shtml to ftp files to and from an FTP server.
Chris Eastwood
CodeGuru - the website for developers
http://codeguru.developer.com/vb
i guess you can use ftp.
it's better to use directly wininet.dll without inet control.
http://codeguru.developer.com/vb/articles/1852.shtml
is great useful for you.