-
I need to know how to get my program to upload a simple text file to a server. I've tried several things but they have all failed. What i've got is a rich text box and a command button. I want to be able to upload the contents of the rich text box onto a server in text format. What I tried was basically when i click on the command button it saves the data in the rich text box to the hard drive as foo.txt, and then uploads it to the server. I havent been able to get it to work, so any help would be appreciated. I hope i've given enough detail as to what im trying to do.
thanks, stephen
-
Here is an example using MSInet to make a FTP program: InetFTP