Skip to content

Commit f7c4bb6

Browse files
committed
put railscast episode link in readme file
1 parent 9cc9fcd commit f7c4bb6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# jQuery File Upload for Rails 3.1 Asset Pipeline
1+
# jQuery File Upload for Rails
22

33
[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.
44

@@ -51,6 +51,9 @@ Require the stylesheet file to app/assets/stylesheets/application.css
5151
## [Example app](https://github.com/tors/jquery-fileupload-rails-paperclip-example)
5252
This app uses paperclip and twitter-bootstrap-rails
5353

54+
You can also checkout Ryan Bate's RailsCast [jQuery File Upload episode](http://railscasts.com/episodes/381-jquery-file-upload). You will
55+
need a pro account to watch it though.
56+
5457

5558
## Thanks
5659
Thanks to [Sebastian Tschan](https://github.com/blueimp) for writing an awesome file upload plugin.

0 commit comments

Comments
 (0)