jquery-fileupload-rails-paperclip-example
jquery-fileupload-rails-paperclip-example copied to clipboard
Control upload directory
How do I configure which directory the file is uploaded too?
Add has_attached_file :upload, :url => "/system/uploads/:filename"
in the upload.rb model