Using S3 Managed Uploads with Dropzone and OpenID to support very large file upload
How-to implement resilient very large file uploads to S3 using Dropzone and OpenID authentication, integrating with the AWS Managed Uploads API and Auth0.
1 article
Dropzone is one of the better, and widely used open source file upload JS libs. It is very customizable and mostly event driven so is easy to modify. Out of the box Dropzone uses XHR requests to send files to a remote server.
How-to implement resilient very large file uploads to S3 using Dropzone and OpenID authentication, integrating with the AWS Managed Uploads API and Auth0.