Browser Uploads to S3 using HTML POST Forms. I didn’t know you could do this: create a regular HTML form that gives people permission to upload direct to your own S3 bucket, using a signed JSON policy statement in a hidden form field to prevent third parties from abusing your S3 account.
And I wonder, what happens to all the other I have in the form. Say I have a forum I've created, and I want to upload attachment with the rest of the post data. Is there a way?