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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top