Paperclip has_attached_file not from upload but grabbing from S3
34 views
Skip to first unread message
Nick J
unread,
Jan 12, 2012, 11:55:23 AM1/12/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Paperclip Plugin
I am new to both Rails and Paperclip so I might just need a point in
the right direction to the documentation. I need to grab files from S3
that already exist up there and then attach it to a object. I will
know the location and the file name.
(Details: I am using s3-swf-upload-plugin to upload because we needed
to by pass our server. We are having users upload video and they could
takedown our dynos with not much effort if passed it to our app
first.)
Any help any one can provide would be much appreciated. Thank you.