Is it possible to use the HTML 5 File API (for example, this library: https://github.com/23/resumable.js ) in conjunction with the S3 multi-part upload feature?
http://docs.aws.amazon.com/AmazonS3/latest/dev/uploadobjusingmpu.html
Is it possible to use the HTML 5 File API (for example, this library: https://github.com/23/resumable.js ) in conjunction with the S3 multi-part upload feature?
http://docs.aws.amazon.com/AmazonS3/latest/dev/uploadobjusingmpu.html
Yes, but you will need some kind of server backend to handle the Amazon API keys in a more secure way if you are going to make it part of a public website.
You can find what looks like a complete example implementation of this these projects:
Please note that I have not used, tested or reviewed these projects.
A rough description of the sequence is as follows:
Notes:
© 2022 - 2024 — McMap. All rights reserved.