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