Sha256: 00717290bf8a6bead5acd0e61a5ea291e7633850b68f31a9f0e4e53999377252

Contents?: true

Size: 1.07 KB

Versions: 2

Compression:

Stored size: 1.07 KB

Contents

# Fine Uploader 3.0 for Rails

[Fine Uploader](http://fineuploader.com/) is a Javascript plugin written by [Andrew Valums](http://github.com/valums/), and actively developed by [Ray Nicholus](http://lnkd.in/Nkhx2C). This plugin uses an XMLHttpRequest (AJAX) for uploading multiple files with a progress-bar in FF3.6+, Safari4+, Chrome and falls back to hidden-iframe-based upload in other browsers (namely IE), providing good user experience everywhere. It does not use Flash, jQuery, or any external libraries.

This gem integrates this fantastic plugin with Rails 3.1 Asset Pipeline.

## Installing Gem

    gem 'fineuploader-rails', '~> 3.0'

## Using the javascripts

Require fineuploader in your app/assets/application.js file.

    //= require fineuploader

## Using the stylesheet

Require the stylesheet file to app/assets/stylesheets/application.css

    *= require fineuploader

## Thanks
Thanks to [Andrew Valums](http://github.com/valums/) and [Ray Nicholus](http://lnkd.in/Nkhx2C) for this plugin.
Thanks to [Yury Lebedev](http://github.com/lebedev-yury/) for version 2 of this gem.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fineuploader-rails-3.3 README.md
fineuploader-rails-3.0 README.md