Sha256: 3adb0755d647339a450672a81df88fd69d564e21d006d8a3fbff3ca93b8d95e4
Contents?: true
Size: 1.23 KB
Versions: 1
Compression:
Stored size: 1.23 KB
Contents
# Fine Uploader 3.4.1 for Rails ### Fineuploader plugin is free for open source projects only under the GPLv3 license. [Fineuploader](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. [Plugin documentation](https://github.com/valums/file-uploader/blob/master/readme.md) ## Installing Gem gem 'fileuploader-rails', '~> 3.4.1' ## Using the javascripts Require fineuploader in your app/assets/application.js file //= require fineuploader Fineuploader with JQuery wrapper //= require fineuploader.jquery ## 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.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fileuploader-rails-3.4.1 | README.md |