Fine Uploader
![Dependency Status](https://gemnasium.com/subosito/fine_uploader.png)
![Logo](docs/images/fine_uploader.png)
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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request