Ruby on Rails Sunday, October 31, 2010

On Sun, Oct 31, 2010 at 11:45 AM, Mo3 <moritz.bruckner@googlemail.com> wrote:

> But how am I supposed to send files via cURL if I'm not allowed to
> store them on the file system?

Look at the paperclip plugin; it can store uploaded files on Amazon S3,
for instance, so even if you're using some other storage it should give
you some ideas.

And FWIW I've used it for exactly your use case of deploying an app
with an image (photo) upload to Heroku.

--
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com
twitter: @hassan

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment