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
Also what is missing apparently is the availability to upload pdf, doc or zip files. My brother made a dynamic form for job applications and bumped into these issues.
Actual Behavior
How does it behave at the moment?
When you make a upload field and you upload a file higher then the max limit the media bundle throws a MaxFileSizeExceededException
Expected Behavior
What is the behavior you expect?
It should use a validator instead of MaxFileSizeExceededException, form bundle should catch this error and throw it as a validation error instead.
The text was updated successfully, but these errors were encountered: