On Sun, Oct 31, 2010 at 1:36 PM, Moritz Bruckner <[email protected]> wrote: > No, i've already built a PHP script which can be used to upload images > via HTTP POST. Now I'm trying to build some sort of graphical interface > with Rails. Thus, this GUI app would need to use cURL to transfer the > uploaded images to the API script.
Sorry, I'm not following you at all. You have a Rails app on Heroku, and you want to store images for that app somewhere. So why not just use Paperclip? What's the point of a separate upload mechanism? -- Hassan Schroeder ------------------------ [email protected] 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

