uploading files question

  • Thread starter Thread starter djc
  • Start date Start date
D

djc

I have used the FileUpload web server control to upload a file in a previous
project. Now I'm wondering how I can allow a user to select more than one
file for upload and upload them at the same time?
 
thanks for the reply Boris. I appreciate it. I think I may just do that. I
was however thinking of something that would allow for any number of files
without knowing the number ahead of time or limiting the number by the
number of upload boxes. I was thinking of maybe allowing user to add as many
local files as they want (within reason) into a listbox and then doing one
upload operation. But again, what you suggest just might do it for this
particular case. Thanks again.
 
what you should do then is use one file upload box, and allow zipped files.
then unzip the files on the server
 
Back
Top