M M K Jul 1, 2003 #1 I want to give my WinForm an option to send a file to my Webserver. What's the best way to do that?
J JM Jul 1, 2003 #2 Check this: http://msdn.microsoft.com/msdnmag/issues/02/01/UserCtrl/default.aspx Regards.
H Herfried K. Wagner Jul 1, 2003 #3 Hello, M K said: I want to give my WinForm an option to send a file to my Webserver. What's the best way to do that? Click to expand... If the server supports ('old') FTP, you can use one of these samples: FTP: VB .NET: http://www.freevbcode.com/ShowCode.Asp?ID=4655 http://www.allapi.net/downloads/NetFTP.zip http://www.visualbuilder.com/article/viewarticle.asp?id=1234 C#: http://www.csharphelp.com/archives/archive9.html http://www.codeproject.com/csharp/FTPDriver1.asp Regards, Herfried K. Wagner
Hello, M K said: I want to give my WinForm an option to send a file to my Webserver. What's the best way to do that? Click to expand... If the server supports ('old') FTP, you can use one of these samples: FTP: VB .NET: http://www.freevbcode.com/ShowCode.Asp?ID=4655 http://www.allapi.net/downloads/NetFTP.zip http://www.visualbuilder.com/article/viewarticle.asp?id=1234 C#: http://www.csharphelp.com/archives/archive9.html http://www.codeproject.com/csharp/FTPDriver1.asp Regards, Herfried K. Wagner