ranjit9

ranjit9

  • NA
  • 4
  • 0

Uploading multiple files.

May 13 2004 5:24 PM
Hi all, I am trying to upload multiple files from a remote machine using ASP.NET and c#. I able to upload individual files using HTMLInputFile control, but the user requirement is to select a folder on the remote machine and then upload all the files under the selected folder. Unfortunatly I cannot use multiple fileupload controls, they will be hundreds, and also hassle for the user to go through each file to upload. Is there a way in ASP.NET, and C# where I present the user with a folder selection dialog and loop through all the files in it and then upload them in loop fashon. Any advice or insigt is very helpful. thank you Ranjit

Answers (1)