You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-16Lines changed: 6 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -49,27 +49,17 @@ Supports cross-domain, chunked and resumable file uploads and client-side image
49
49
50
50
### Mandatory requirements
51
51
*[jQuery](https://jquery.com/) v. 1.6+
52
-
*[jQuery UI widget factory](https://api.jqueryui.com/jQuery.widget/) v. 1.9+ (included)
53
-
*[jQuery Iframe Transport plugin](https://github.com/blueimp/jQuery-File-Upload/blob/master/js/jquery.iframe-transport.js) (included)
54
-
55
-
The jQuery UI widget factory is a requirement for the basic File Upload plugin, but very lightweight without any other dependencies from the jQuery UI suite.
56
-
57
-
The jQuery Iframe Transport is required for [browsers without XHR file upload support](https://github.com/blueimp/jQuery-File-Upload/wiki/Browser-support).
52
+
*[jQuery UI widget factory](https://api.jqueryui.com/jQuery.widget/) v. 1.9+ (included): Required for the basic File Upload plugin, but very lightweight without any other dependencies from the jQuery UI suite.
53
+
*[jQuery Iframe Transport plugin](https://github.com/blueimp/jQuery-File-Upload/blob/master/js/jquery.iframe-transport.js) (included): Required for [browsers without XHR file upload support](https://github.com/blueimp/jQuery-File-Upload/wiki/Browser-support).
58
54
59
55
### Optional requirements
60
-
*[JavaScript Templates engine](https://github.com/blueimp/JavaScript-Templates) v. 2.5.4+
61
-
*[JavaScript Load Image library](https://github.com/blueimp/JavaScript-Load-Image) v. 1.13.0+
62
-
*[JavaScript Canvas to Blob polyfill](https://github.com/blueimp/JavaScript-Canvas-to-Blob) v. 2.1.1+
63
-
*[blueimp Gallery](https://github.com/blueimp/Gallery) v. 2.15.1+
56
+
*[JavaScript Templates engine](https://github.com/blueimp/JavaScript-Templates) v. 2.5.4+: Used to render the selected and uploaded files for the Basic Plus UI and jQuery UI versions.
57
+
*[JavaScript Load Image library](https://github.com/blueimp/JavaScript-Load-Image) v. 1.13.0+: Required for the image previews and resizing functionality.
58
+
*[JavaScript Canvas to Blob polyfill](https://github.com/blueimp/JavaScript-Canvas-to-Blob) v. 2.1.1+:Required for the image previews and resizing functionality.
59
+
*[blueimp Gallery](https://github.com/blueimp/Gallery) v. 2.15.1+: Used to display the uploaded images in a lightbox.
64
60
*[Bootstrap](http://getbootstrap.com/) v. 3.2.0+
65
61
*[Glyphicons](http://glyphicons.com/)
66
62
67
-
The JavaScript Templates engine is used to render the selected and uploaded files for the Basic Plus UI and jQuery UI versions.
68
-
69
-
The JavaScript Load Image library and JavaScript Canvas to Blob polyfill are required for the image previews and resizing functionality.
70
-
71
-
The blueimp Gallery is used to display the uploaded images in a lightbox.
72
-
73
63
The user interface of all versions except the jQuery UI version is built with [Bootstrap](http://getbootstrap.com/) and icons from [Glyphicons](http://glyphicons.com/).
0 commit comments