Skip to content

bluerail/resumable_file_upload

Repository files navigation

ResumableFileUpload

Short description and motivation.

depends on jquery...

Usage

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'

Installation

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

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.

About

Resumable.js for Rails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published