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
+22-13Lines changed: 22 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
3
3
[jQuery-File-Plugin](https://github.com/blueimp/jQuery-File-Upload) is a file upload plugin written by [Sebastian Tschan](https://github.com/blueimp). jQuery File Upload features multiple file selection, drag&drop support, progress bars and preview images for jQuery. Supports cross-domain, chunked and resumable file uploads and client-side image resizing.
4
4
5
-
jquery-fileupload-rails is a library that integrates jQuery File Upload for Rails 3.1 Asset Pipeline (Rails 3.2 supported).
5
+
jquery-fileupload-rails is a library that integrates jQuery File Upload for Rails 3.1> Asset Pipeline (Rails 3.2 and 4.0 supported).
6
6
7
7
## Plugin versions
8
8
9
-
* jQuery File Upload User Interface Plugin 6.11
10
-
* jQuery File Upload Plugin 5.19.3
11
-
* jQuery UI Widget 1.9.1+amd
9
+
* jQuery File Upload User Interface Plugin 8.8.6
10
+
* jQuery File Upload Plugin 5.32.6
11
+
* jQuery UI Widget 1.10.3+amd
12
12
13
13
## Installing Gem
14
14
@@ -22,15 +22,24 @@ Require jquery-fileupload in your app/assets/application.js file.
22
22
23
23
The snippet above will add the following js files to the mainfest file.
If you only need the basic files, just add the code below to your application.js file. [Basic setup guide](https://github.com/blueimp/jQuery-File-Upload/wiki/Basic-plugin)
0 commit comments