jQuery 多文件上传的库和插件

library and plugins for jQuery multiple file upload

我正在寻找可一次上传多个文件的任何 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)

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

使用jQuery文件上传。

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

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