waynehoover / s3_direct_upload

Direct Upload to Amazon S3 With CORS
MIT License
652 stars 333 forks source link

Uploading files larger than 5GB #240

Closed keyeh closed 8 years ago

keyeh commented 8 years ago

The limit of a PUT request to S3 is 5GB.

Using the Multipart upload API you can upload large objects, up to 5 TB.

How do I use multipart upload with this jem?

keyeh commented 8 years ago

Use fine-uploader for this.