Short description and motivation.
depends on jquery...
Add it to your routes:
mount ResumableFileUpload::Engine, at: '/upload'
Include JS:
#= require resumable_file_upload/application
Include provided helpers
class ApplicationController < ActionController::Base
helper ResumableFileUpload::Engine.helpers
end
Convert your inputs:
= resumable_file_upload_tag 'input_name'
Add this line to your application's Gemfile:
gem 'resumable_file_upload'
And then execute:
$ bundle
Or install it yourself as:
$ gem install resumable_file_upload
Contribution directions go here.
The gem is available as open source under the terms of the MIT License.