I set in an initializer the save-path of paperclip to a new one and everything is fine. But some attachment-names (like file) are very abstract:
I have it setup so that my user model has the attached file :photo: has_attached_file :photo, :styles => { :small => \"150x150>\" },
I want to convert uploaded images that are not jpegs or pngs to to be jpegs or pngs using paperclip.Problem is i dont want to convert jpegs to pngs or pngs to jpegs, just leave them as the file type t
I want to compute a hash before uploading a f开发者_开发知识库ile so that no duplicates are stored on the server.
I\'m having difficulty creating a thumbnail, for some reason it\'s not chopping off the way I want. I typic开发者_如何学Cally post landscape photos so the dimensions are correct, however when the phot
I was curious if anyone could get paperclipped working on Heroku without using S3. I\'m assuming Heroku is a read-only system, but there must be some way t开发者_StackOverflowo save images there.You c
Because I want to use HTML5 video I need to convert videos uploaded by the user into multiple codecs. I am following this tutorial: http://jimneath.org/2008/06/03/converting-videos-with-rails-converti
I currently have a Rails app in which users of different ranks can upload files (via Paperclip). I know I can set a global file size limit in the model, however I\'m looking to enforce different file
I am not sure what\'s causing this and would love some insight: Started POST \"/uploads.js\" for 127.0.0.1 at 2011-02-21 09:14:36 -0500
so I\'ve got paperclip set up with uploadify to upload things to S3.I have made my setup so that stuff gets loaded directly to S3 and then when it\'s done I post to my webserver the results...