Is there any way to upload entire folder (a folder) in asp.net?
Is there any way to upload in Flash or Silverlight?
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.