Amazon has instructions on how to write a form that posts directly to Amazon’s S3 service via HTML POST.
However, they are not very clear on how to create a simple form to upload directly to an S3 bucket, and never give an actual example html file.
Is there a good example available where I can view the sample code?
Here is a piece of html code from the aforementioned doc. I think it’s self explanatory but let me know if you’re having any troubles.