An Amazon image uploading service. How would a scalable image uploading service work that you could integrate in your on sites? Maybe:
Is this a reasonable approach? I would certainly use this service if it was idiot-proof and affordable. Does it already exist?
- 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.
Is this a reasonable approach? I would certainly use this service if it was idiot-proof and affordable. Does it already exist?
# Jun 3, 2008