Uploading a folder
Question:
Is it possible to upload a folder with Pure ASP.NET Upload ?
Is it possible to upload a folder with Pure ASP.NET Upload ?
Answer:
No it is not possible. this is due to limitations of the upload capabilities of the web browsers. You can upload just one file at the time from each Form File Field control you place.
So you can have 5 File Fields on your form and these files can get uploaded at the same time.
We are working on making the Unzip Processor compatible with Pure ASP.NET Upload, so you can upload a folder with files and unzip this zip file on the server.
Comments
Be the first to write a comment
You must me logged in to write a comment.