You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be great to have options for limiting total file size and chunk size. The handler should not accept files and chunks bigger than the limit. In some cases this could prevent malicious usage.
The text was updated successfully, but these errors were encountered:
When using Resumable.js, Flow.js, or simple-upload.js the last chunk can be bigger than the chunkSize parameter. Max twice as big but it is not defined in any of the mentioned libraries' documentation.
Would be great to have options for limiting total file size and chunk size. The handler should not accept files and chunks bigger than the limit. In some cases this could prevent malicious usage.
The text was updated successfully, but these errors were encountered: