User in my web app are able to upload file. I use Paperclip to handle file attachment issue. Is there an开发者_开发问答y method if I would like to remove any specific user-uploaded file programmatical
I have opened this as an issue on Github (http://github.com/thoughtbot/paperclip/issues/issue/225) but on the chance that I\'m just doing this wrong, I thought I\'d also ask about it here.If someone c
I have a rails app running on Heroku. I am using paperclip for some simple image uploads for user avatars and some other things, I have S3 set as my backend and everything seems to be working fine exc
I\'m using the Polymorphic fork of Paperclip in Rails, but have been having some massive problems with regards to the overwriting of unique filenames. No matter whether I put a time-stamp (more on tha
I have been trying to get paperclip working for a few days now with no luck! From what I am aware this error below is related to imagemagick. I have tried to uninstall and install imagemagick both wit
I have a binary files which needs to be sent as a string to a third-party web-service.Turns out it requires that it needs to be base64 encoded.
I would like to know, how to upload documents like word, pdf using Rails. Can I use paper开发者_JS百科clip for it?Yes. Paperclip can be used for any file uploadsYou can also checkout AttachmentFu, but
I\'ve been using paperclip to upload and auto-resize photos in my Rails app, and I love it. Only problem is about every other month my crazy manager decides he wants a new size to display the photos i
I want to run a paperclip method on create only has_attached_file :file This method doesn\'t seem to accept the :on => :create that so开发者_StackOverflowme other rails methods do.
I\'m using paperclip to upload all sorts of files (text documents, binaries, images). I\'d like to put this in my model: