Fine Uploader Gem Version Build Status Dependency Status

Logo

Fine Uploader is a project attempts to achieve a user-friendly file-uploading experience over the web. It's built as a Javascript plugin for developers looking to incorporate file-uploading into their website.

Installation

Add this line to your application's Gemfile:

gem 'fine_uploader'

And then execute:

$ bundle

Or install it yourself as:

$ gem install fine_uploader

Usage

Add application.js

//= require fine_uploader

and application.css

/*= require fine_uploader

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request