jquery-fileupload-rails-paperclip-example icon indicating copy to clipboard operation
jquery-fileupload-rails-paperclip-example copied to clipboard

Control upload directory

Open OpenCoderX opened this issue 12 years ago • 1 comments

How do I configure which directory the file is uploaded too?

OpenCoderX avatar Nov 30 '12 12:11 OpenCoderX

Add has_attached_file :upload, :url => "/system/uploads/:filename"

in the upload.rb model

amitjambusaria avatar Jul 15 '13 20:07 amitjambusaria