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
divides the file size only one time by 1024, so it's compared as KiB against the 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.
The text was updated successfully, but these errors were encountered:
It seems
husky/husky_components/dropzone/main.js
Line 496 in 89c8030
maxFilesize
instead of MiB whichmaxFilesize
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.The text was updated successfully, but these errors were encountered: