Upload files with jQuery File Upload and Paperclip

April 17, 2013 ยท View on GitHub

This is an example app that uses the following gems to upload files for your Rails application:

  • jquery-fileupload-rails
  • Paperclip

This app also uses twitter-bootstrap-rails but is not required.

This app uses Rails 3.2.13.

Running the app

rake db:create
rake db:migrate
rails server

Open http:://localhost:3000

License

The Unlicense (i.e Public Domain)

Contents

  1. 1Running the app
  2. 2License