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
- This is an experimental version of this plugin because the previous
version has the version of this plugin sitting in September 2010, and
we're running into some serious issues.
THUS, since this commit will likely introduce many breaking changes,
we're now at 1.0.0. Sure, why not.
#yolo
Copy file name to clipboardExpand all lines: README.md
+17-12Lines changed: 17 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,16 @@
1
1
# jQuery File Upload for Rails
2
2
3
+
(modified by @imkmf)
4
+
3
5
[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
6
5
7
jquery-fileupload-rails is a library that integrates jQuery File Upload for Rails 3.1 Asset Pipeline (Rails 3.2 supported).
6
8
7
9
## Plugin versions
8
10
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
11
+
* jQuery File Upload User Interface Plugin 9.5.2
12
+
* jQuery File Upload Plugin 5.40.1
13
+
* jQuery UI Widget 1.10.4+amd
12
14
13
15
## Installing Gem
14
16
@@ -22,15 +24,18 @@ Require jquery-fileupload in your app/assets/application.js file.
22
24
23
25
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