Upload a folder in ASP.NET of Flash or Silverlight

前端 未结 3 1025
轮回少年
轮回少年 2020-12-18 17:53

Is there any way to upload entire folder (a folder) in asp.net?

Is there any way to upload in Flash or Silverlight?

3条回答
  •  無奈伤痛
    2020-12-18 18:15

    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.

提交回复
热议问题