Level 80
@yougotnet Use the AWS JavaScript SDK to do multi-part uploading of files that big.
The AWS docs has an example of uploading photos. You can use the same approach for any type of file. I use this approach for a video on demand platform where users are uploading videos that are multiple gigabytes in size.
https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/s3-example-photo-album.html