No commit activity in last 3 years
No release in over 3 years
jQuery File Upload by Sebastian Tschan integrated with requirejs-rails
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

That is a wrapper over jquery-fileupload gem

It is using requirejs-rails gem which is required as a dependency.

Please read more about specified gems.

It will become clear then how to use that one gem.

Example:

define [
  'jquery'
  'jquery-fileupload/jquery.fileupload'
], ($) ->
  $('#fileupload').fileupload
    dataType: 'json'
    done: (e, data) ->
      console.log data.result.files

License

MIT