Skip to content

Commit cb851b6

Browse files
committed
README add reference to an example app that supports resumable uploads
1 parent 572b318 commit cb851b6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,10 @@ The `jquery.iframe-transport` fallback transport has some special caveats regard
7474

7575
Rails.application.config.middleware.use JQuery::FileUpload::Rails::Middleware
7676

77-
## [Example app](https://github.com/tors/jquery-fileupload-rails-paperclip-example)
78-
This app uses paperclip and twitter-bootstrap-rails
77+
## Example apps
78+
[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
79+
80+
[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
7981

8082
You can also check out Ryan Bate's RailsCast [jQuery File Upload episode](http://railscasts.com/episodes/381-jquery-file-upload). You will
8183
need a pro account to watch it though.

0 commit comments

Comments
 (0)