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
Just encountered an issue with maxFileSize(2048) for Upload field - I forgot value should be in MB and suddenly 2048 is greater than 32 so exception was shown. I think this should not be whole page error but a particular component alert - app is fine I can still upload files less than upload_max_filesize etc, it just "ignores" your max file size setting. So instead of throwing error what if it will display alert saying same error message? Something like this
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Just encountered an issue with
maxFileSize(2048)
for Upload field - I forgot value should be in MB and suddenly 2048 is greater than 32 so exception was shown. I think this should not be whole page error but a particular component alert - app is fine I can still upload files less thanupload_max_filesize
etc, it just "ignores" your max file size setting. So instead of throwing error what if it will display alert saying same error message? Something like thisBeta Was this translation helpful? Give feedback.
All reactions