Amazon S3 Upload Script

I have a website that allows registered users to upload images. I need a script that uploads this image to amazon s3.

My site is built on Joomla.

Full Details
Users will upload 1 .jpg (only .jpg’s will be allowed)
The script needs to:
-verify image size, width, & height.
-Validate it’s a .jpg (no viruses, etc…)
-Create a thumbnail version (150×100) & upload to s3
-Create a fullsize version (600×400) & upload to s3
-Upload directly to s3 (bypass my server – if possible)
-Rename the files (to match)
-While the files are uploading to s3, using AJAX, about 5 form fields will appear. Users need to fill in all fields & click ‘save’
-This data needs to be saved to my database (using Joomla) (This is a lot like YouTube’s save info while uploading feature)
-After successful upload of both files, the database record needs to be updated (set open=1).
-All done on 1 page, via AJAX.

Only apply if you’ve developed for s3 & Joomla before. Please state how many applications you’ve developed for s3 & link to examples.

Leave a Reply

Your email address will not be published. Required fields are marked *