How to Upload Large Files Directly to Amazon S3 in React/Next.js
If you've ever needed to upload large files over 5 gigabytes to Amazon S3, you will run into a road block pretty quickly. Using multipart chunked file uploads is the way to get around that. Also, if you've built a file uploader before, you have to ma...
blog.danoph.com16 min read