file upload to FTP ?
-
Hi i am trying to upload a file to a folder in FTP... i am using asp.net file upload control .. how can i do this ? Santhapur
Search google for: upload files +ASP.NET
foreach(Minute m in MyLife) myExperience++;
-
Search google for: upload files +ASP.NET
foreach(Minute m in MyLife) myExperience++;
Thanks for your answer.. i have done it prior to posting.. i founded two links donno which one works ? :( http://www.codeguru.com/csharp/csharp/cs\_internet/desktopapplications/article.php/c13163\_\_2/ http://www.developerfusion.com/code/4340/ftp-client-library-for-c/ Santhapur
-
Thanks for your answer.. i have done it prior to posting.. i founded two links donno which one works ? :( http://www.codeguru.com/csharp/csharp/cs\_internet/desktopapplications/article.php/c13163\_\_2/ http://www.developerfusion.com/code/4340/ftp-client-library-for-c/ Santhapur
I can understand that you just want to brows for files and upload the file you select to the server If this is the situation All you need is the upload control as you did Then create a file on the sever and copy the data as stream of bytes from client's file to server's file
foreach(Minute m in MyLife) myExperience++;