2016-02-09 19 views
0

我正在尋找任何jQuery庫或插件一次上傳多個文件。我研究了PLupload。但我想知道哪些是其他庫或插件可用於相同的功能。我的要求和優先級如下:圖書館和插件jQuery多文件上傳

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) 

我知道,因爲在單個庫或插件中獲得所有功能並不容易。但這份清單只是我的優先要求。你也可以忽略最後一點。

回答

0

使用jQuery文件上傳。

多個文件選擇文件上傳控件,拖拽&拖放支持,進度jQuery的酒吧,驗證和預覽圖像,音頻和視頻。 支持跨域,分塊和可恢復文件上傳和客戶端圖像大小調整。 適用於任何支持標準HTML表單文件上傳的服務器端平臺(PHP,Python,Ruby on Rails,Java,Node.js,Go等)。

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

相關問題