Peter Van Dijck’s Guide to Ease

6/3/2008

Filed under: General — Peter @ 8:31 am

An Amazon image uploading service. How would a scalable image uploading service work that you could integrate in your on sites? Maybe:

  • You sign up, enter your Amazon keys.
  • You add a form to your site, where users can upload images. (The service could also provide bulk uploader programs and such.)
  • Users submit the form, image gets uploaded to EC2, transcoded, resized etcetera, and stored in your own Amazon S3 bucket by the service.
  • The service then POST’s the results to a script on your server, with the metadata about this picture, which you can then enter in your database.

Advantages: I don’t have to code any scalable S3 stuff, or any image resizing stuff, everything just gets uploaded and stored in my S3 bucket. Also, I own the images. I just pay the service a small fee for processing the images.

Is this a reasonable approach? I would certainly use this service if it was idiot-proof and affordable. Does it already exist?

2 Comments »

  1. I would definitely use it!
    didn’t find anything close to it….

    Comment by Roi — 6/3/2008 @ 9:28 am

  2. http://mediaplug.intridea.com/
    ?

    Comment by Roi — 6/5/2008 @ 12:04 pm

RSS feed for comments on this post.

Leave a comment

Powered by WordPress