Click to See Complete Forum and Search --> : How to upload files on a homepageserver


Subdancer
November 13th, 1999, 04:36 PM
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

Chris Eastwood
November 14th, 1999, 04:11 PM
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

genki
November 14th, 1999, 06:28 PM
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.