0

我正在寻找用于一次上传多个文件的任何 jQuery 库或插件。我研究过PLupload。但我想知道哪些其他库或插件可用于相同的功能。我的要求和优先级如下所列

1. Multiple file at a time
2. Easy to change CSS as per theme of site
3. Drag and Drop for selecting file
4. Multiple files can be drag and drop at a time
5. Individual file also should be allowed to upload from queue (separate upload button for every file in queue)

我知道在单个库或插件中获得所有功能并不容易。但是这个列表只是我作为优先级的要求。您也可以忽略最后一点。

4

1 回答 1

0

使用 jQuery 文件上传。

文件上传小部件,具有多个文件选择、拖放支持、进度条、验证和预览图像、jQuery 音频和视频。支持跨域、分块和可恢复的文件上传和客户端图像大小调整。适用于任何支持标准 HTML 表单文件上传的服务器端平台(PHP、Python、Ruby on Rails、Java、Node.js、Go 等)。

https://blueimp.github.io/jQuery-File-Upload/

于 2016-02-09T05:02:30.403 回答