s3_direct_upload_example
s3_direct_upload_example copied to clipboard
Code example for http://blog.littleblimp.com/post/53942611764/direct-uploads-to-s3-with-rails-paperclip-and
Error is triggering, no file is uploaded. Error is not descriptive at all so I have no idea what is wrong. I have configured AWS correctly as I am able...
Hi, Great example! I am having a problem with the download link for non images. The problem seems to be that non processed (non image) files are copied to /documents/uploads/6/original/file.txt....
The S3 upload is working fine - I can see the files on S3, but the actual save process is failing with ``` ActiveRecord::RecordInvalid - Validation failed: Direct upload url...