What is the best way to upload a folder to a website?

前端 未结 7 1939
星月不相逢
星月不相逢 2020-12-01 16:51

I need an easy way to allow users to upload multiple files at once (ie I need to allow a user to upload a folder). I do not wish to put the burden of zipping on the user.

相关标签:
7条回答
  • 2020-12-01 17:11

    Multiple file uploads are possible with valums or blueimp file uploaders.

    For recursive directory uploads, your options are more limited:

    • Your best solution is using Chrome 11's new folder upload API. It also seems to work on Firefox if you use a vendor prefix.

    • This is also possible cross-browser with a Java applet. However the % of folks with a JRE installed has gotten pretty low these days (< 70%)

    0 讨论(0)
提交回复
热议问题