forked from Wavyzz/dolibarr
Fix: update jquery libraries
This commit is contained in:
@@ -5,6 +5,10 @@ Demo
|
||||
----
|
||||
http://aquantum-demo.appspot.com/file-upload
|
||||
|
||||
Setup instructions
|
||||
------------------
|
||||
https://github.com/blueimp/jQuery-File-Upload/wiki/Setup
|
||||
|
||||
Features
|
||||
--------
|
||||
- Multiple file upload:
|
||||
@@ -12,9 +16,15 @@ Features
|
||||
- Drag & Drop support:
|
||||
Allows to upload files by dragging them from your desktop or filemanager and dropping them on your browser window.
|
||||
- Upload progress bar:
|
||||
Shows a progress bar indicating the upload progress for individual files.
|
||||
Shows a progress bar indicating the upload progress for individual files and for all uploads combined.
|
||||
- Cancelable uploads:
|
||||
Individual file uploads can be canceled to stop the upload progress.
|
||||
- Resumable uploads:
|
||||
Aborted uploads can be resumed with browsers supporting the Blob API.
|
||||
- Chunked uploads:
|
||||
Large files can be uploaded in smaller chunks with browsers supporting the Blob API.
|
||||
- Preview images:
|
||||
A preview of image files can be displayed before uploading with browsers supporting the required HTML5 APIs.
|
||||
- No browser plugins (e.g. Adobe Flash) required:
|
||||
The implementation is based on open standards like HTML5 and JavaScript and requires no additional browser plugins.
|
||||
- Graceful fallback for legacy browsers:
|
||||
@@ -34,18 +44,26 @@ Features
|
||||
|
||||
Requirements
|
||||
------------
|
||||
- jQuery v. 1.4+
|
||||
- jQuery UI v. 1.8+ (optional)
|
||||
- jQuery v. 1.6+
|
||||
- jQuery UI v. 1.8+ (required: Widget, optional: Progressbar, Button)
|
||||
- jQuery Iframe Transport plugin (included)
|
||||
- jQuery Templates plugin v. 1.0+ (optional)
|
||||
|
||||
The jQuery UI widget factory is a requirement for the basic File Upload plugin, but very lightweight without any other dependencies.
|
||||
The UI version of the File Upload plugin also requires the jQuery UI Progressbar and Button components as well as the jQuery Templates plugin. These dependencies are marked as optional, as the basic File Upload plugin can be used without them and the UI version of the plugin can be extended to override these dependencies with alternative solutions.
|
||||
|
||||
Browser Support (tested versions)
|
||||
---------------------------------
|
||||
- Google Chrome - 7.0, 8.0, 9.0
|
||||
- Apple Safari - 5.0 ¹
|
||||
- Mozilla Firefox - 3.6
|
||||
- Opera - 10.60 ², 11.00 ²
|
||||
- Microsoft Internet Explorer 6.0 ², 7.0 ², 8.0 ², 9.0 ²
|
||||
¹ Drag & Drop is not supported on the Windows version of Safari.
|
||||
² MSIE and Opera have no support for Drag & Drop, multiple file selection or upload progress indication.
|
||||
- Google Chrome - 7.0+
|
||||
- Apple Safari - 4.0+
|
||||
- Mozilla Firefox - 3.0+
|
||||
- Opera - 10.0+
|
||||
- Microsoft Internet Explorer 6.0+
|
||||
|
||||
Drag & Drop is only supported on Google Chrome, Firefox 4.0+ and Safari 5.0+.
|
||||
Microsoft Internet Explorer has no support for multiple file selection or upload progress.
|
||||
Extended browser support information:
|
||||
https://github.com/blueimp/jQuery-File-Upload/wiki/Browser-support
|
||||
|
||||
License
|
||||
-------
|
||||
@@ -59,3 +77,13 @@ https://github.com/blueimp/jQuery-File-Upload
|
||||
Documentation
|
||||
-------------
|
||||
https://github.com/blueimp/jQuery-File-Upload/wiki
|
||||
|
||||
Donations
|
||||
---------
|
||||
jQuery File Upload is free software, but you can donate to support the developer, Sebastian Tschan:
|
||||
|
||||
flattr (€):
|
||||
https://flattr.com/thing/286433/jQuery-File-Upload-Plugin
|
||||
|
||||
PayPal ($):
|
||||
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=PYWYSYP77KL54
|
||||
|
||||
Reference in New Issue
Block a user