how to store Client folder(multiple files) information to server folder in asp.net 1.2?

hi to all,

This is my first question to all

In our application i will do multiple documents(files) upload for client system to server system without any control and using asp.net 1.2 verion.

please don't tell for system.net.FTPMethods

 

please give the solution imd....

 




Answer this question

how to store Client folder(multiple files) information to server folder in asp.net 1.2?

  • David S. Anderson

    I never knew there was an ASP.NET version 1.2. If you mean ASP.NET 2.0, then you can use the FileUpload class. Check the documentation for a sample.
  • how to store Client folder(multiple files) information to server folder in asp.net 1.2?