0

You can limit file size with content-length-range field in a browser based upload (not multipart): http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-HTTPPOSTConstructPolicy.html

How can you limit it in a multipart upload? I'm using EvaporateJS.

MartinP
  • 365
  • 3
  • 12

1 Answers1

0

Apologies for the late reply but I did know know there was an EvaporateJS thread here.

FWIW, use the maxFileSize option on Evaporate.prototype.add to validate maximum file size.

Bobby Wallace
  • 203
  • 1
  • 5