I would like to know how to upload a file to Amazon S3 with \'Pause and Resume\' support? (Via a web browser).
Are there any sample web applications available? Any p
You'll need a client something like this: https://github.com/23/resumable.js
And a server that:
You are not going to be able to do it straight from the browser to S3.
Update: S3 supports CORS now. http://aws.amazon.com/about-aws/whats-new/2012/08/31/amazon-s3-announces-cross-origin-resource-sharing-CORS-support/