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
When having set a limit on LFM, Dropzone also listens to this limit and doesn't allow files to go through the back-end exceeding this limit by marginal amounts
Actual Behavior
When having a marginal difference (say between 0-100kb) Dropzone somehow accepts this like a leanient teacher accepting a vague answer on a quiz because she's tired. "hmmm close enough" vibes
Steps to Reproduce the Problem
Set limit in php.ini to 2m
Set limit in LFM config to 2048
Upload file of 2091kb
The error message should not be the one on the right in the given image below
Sidenote: Could you make sure dropzone errors are not coming through but instead the proper translated errors of LFM? It'd be a lot more.. expected
Specifications
Operating system : Windows 10
Laravel version : 9
Package version : 2.9.1
Screenshots of browser console : not applicable
The text was updated successfully, but these errors were encountered:
Expected Behavior
When having set a limit on LFM, Dropzone also listens to this limit and doesn't allow files to go through the back-end exceeding this limit by marginal amounts
Actual Behavior
When having a marginal difference (say between 0-100kb) Dropzone somehow accepts this like a leanient teacher accepting a vague answer on a quiz because she's tired. "hmmm close enough" vibes
Steps to Reproduce the Problem
Sidenote: Could you make sure dropzone errors are not coming through but instead the proper translated errors of LFM? It'd be a lot more.. expected
Specifications
The text was updated successfully, but these errors were encountered: