Multiple upload of files using Pure ASP.NET Upload
Question:
I am wondering if there is a way to use the Pure ASP.NET Upload extension to upload multiple files ? Ideally, I would like to have 4 or 5 File fields on a page to allow users to upload 1 - 5 different files to the server.
Is this at all possible?
Answer:
Put multiple file fields in your form and Pure ASP.NET Upload handles the rest for you. You only have to apply the extension once to the page, so it's independant of the number of file fields you will be using.
Be aware that all files will be uploaded to the same directory. The current version of the extension does not allow uploading to multiple folders.
Comments
So close....but so far away
Can I add my name to the list of folks who would like to upload multiple files on a form to different directories. Specifically, I'd like Mr. User to be able to upload an image into one directory, and a thumbnail into another. I'm not even asking that he should be able to pick his directories. Just - this field goes to this directory, and that field goes to that directory.
Thanks
DOug
You must me logged in to write a comment.