I have a Rails application where people can use an in browser sound editor to create wav files and upload them t开发者_运维技巧o the server.
<img alt="Phone_large" src="/system/photos/1/small/phone_large.jpg?1238845838" />
I\'m working on a rails app where the user will be uploading large quantities of images. My current setup: Using SWFUpload to upload multiple files at once using the Paperclip plugin with S3 storage
How do you get http://github.com/galetahub/rails-ckeditor working so you can upload image files?I don\'t think I\'ll use t开发者_Go百科he s3 storage...
I have a site that saves user documents and I want to use Paperclip to display them using Google Docs Viewer (https://drive.googleblog.com/2009/09/view-online-files-using-google-docs.html).
Setting up paperclip to use S3 on my local dev system was a snap.However, I am not able to get it to work on Heroku.
I\'m trying to upload a file to s3 using paperclip and get this error when making a new object and referencing the variable:
I have a bunch of files in the server an开发者_运维技巧d I want to link them to a model with paperclip, since I want to generate the thumbnails and save their info in the database, just as if I upload
I am trying to save an image attachment sent to my rails app to s3 using paperclip however I am hitting these problems:
Setting up paperclip with S3 in my linux dev environment was a snap -- everything works out of the box.However, I can\'t get it to work on Heroku.