Is there any way to upload entire folder (a folder) in asp.net?
Is there any way to upload in Flash or Silverlight?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use Flash (and probably Silverlight) to select all the files in a folder to upload, however you cannot select a folder or recurse folders.
Here is an exmaple that uses flash as the visual front end:
http://www.codeproject.com/KB/aspnet/FlashUpload.aspx
Here is an example that uses flash for the multiple file upload by uses JQuery for the visuals:
http://www.uploadify.com/demo/
In order to achieve selecting folders you will need to build an ActiveX control or Java Applet which has a lot more control over the operating system.