Sha256: 7c8a830100ce37723dbca77b22e944176558378b70c7e5cfc215656bad02afd0

Contents?: true

Size: 1.12 KB

Versions: 1

Compression:

Stored size: 1.12 KB

Contents

# Fine Uploader [![Gem Version](https://badge.fury.io/rb/fine_uploader.png)](http://badge.fury.io/rb/fine_uploader) [![Build Status](https://secure.travis-ci.org/subosito/fine_uploader.png)](http://travis-ci.org/subosito/fine_uploader) [![Dependency Status](https://gemnasium.com/subosito/fine_uploader.png)](https://gemnasium.com/subosito/fine_uploader)

![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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fine_uploader-3.5.0 README.markdown