Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
now i am trying to upload a pdf file to the server ,but i get nothing,when i try to get the url of the attached file,i got some missing.png file name.
I have a Rails 3 app with paperclip, with the intent to store data on S3. In the app, Users belong to an instance.
I have a model that handles all my upload开发者_运维知识库s of different filetypes. How do I create a style with the same name as the :basename so that the url will be the same for images and non-im
I was following this tutorial here: [link] about getting a webcam image into rails using paperclip and jpegcam. I followed the tutorial through and through yet I can\'t seem to get the image uploaded.
I want to run Paperclip on all files in a directory on the server.Basically, I would like to allow users to FTP some files to my webserver, then I can manually run a rake task to have Paperclip proces
I have set up Paperclip and ImageMagick successfully on my system, and files are uploading correctly, being resized, and and being saved into the right folders.
I have an application which uploads images to an S3 bucket using Paperclip. It\'s been working fine for months, but suddenly my files are not being uploaded to the S3 bucket. Unfortunately, I\'ve been
I\'m trying to find the best way to make paperclip urls secure, but only for secure pages. For instance, the homepage, which shows images stored in S3, is http://mydomain.com and the image url is htt
Rails 3.0.0, paperclip 2.3.3, simplystored 0.3.6. I\'m using simplystored so i can use couchdb, but i am thinking that simplystored doesn\'t work with p开发者_JS百科aperclip.