HTML5 multiple file downloader : looking for better option than single Zip via ZipOutputStream [closed]

淺唱寂寞╮ 提交于 2019-12-12 06:39:20

问题


I have a requirement to upload and download multiple files. jquery.filedrop.js seems to handle the HTML5 multiple file uploading but I haven't seen anything for multiple downloading. I can stick the files into a Zip using ZipOutputStream, but this isn't as nice UX as simply drag-drop to the filesystem unzipped. I saw this post Multiple files downlod in Chrome using HTML5 Drag & Drop but it seemed to work dragging one at at time and I need to pull on average 50 files up and 50 files down, so one at a time doesn't work for my needs. Drag-drop is a nice but not necessary feature.

Is there any HTML5 plugin for multiple file downloading?

Thanks.


回答1:


jQuery plugin which will do the work for you. If you prefer pure JS, see the code. It's very simple IFrame based solution.

biesiad.github.com/multiDownload



来源:https://stackoverflow.com/questions/9612416/html5-multiple-file-downloader-looking-for-better-option-than-single-zip-via-z

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!