-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
It seems
husky/husky_components/dropzone/main.js
Line 496 in 89c8030
| if (file.size / 1024 > that.options.maxFilesize || file.xhr.status === 413) { |
maxFilesize instead of MiB which maxFilesize is supposed to be.
The error is only emitted, when the server errors too, e.g. upload_max_filesize of php is too small. Otherwise the maxFilesize is not checked or not checked as 256 KiB (?). If the file is really over 256 MiB the dropzone errors immediately.
Metadata
Metadata
Assignees
Labels
No labels