diff --git a/README.md b/README.md index 88ea242..5c5ac5a 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,10 @@ The `jquery.iframe-transport` fallback transport has some special caveats regard Rails.application.config.middleware.use JQuery::FileUpload::Rails::Middleware -## [Example app](https://github.com/tors/jquery-fileupload-rails-paperclip-example) -This app uses paperclip and twitter-bootstrap-rails +## Example apps +[jquery-fileupload-rails-paperclip-example](https://github.com/tors/jquery-fileupload-rails-paperclip-example): jQuery File Upload in Rails 3.2 with Paperclip and Bootstrap + +[rails-resumable-jquery-fileupload](https://github.com/vgantchev/rails-resumable-jquery-fileupload): resumable (chunked) uploads with jQuery File Upload in Rails 4.2 using Paperclip You can also check out Ryan Bate's RailsCast [jQuery File Upload episode](http://railscasts.com/episodes/381-jquery-file-upload). You will need a pro account to watch it though.