Closed
Description
If you are validating a file upload with @Asset\File(maxSize)
and the specified maxSize is greater than the value set for upload_max_filesize
in php.ini, the value of maxSize is returned in the error as the reason the upload failed.
It would be nice if the message could specify that it was the value of upload_max_filesize
that caused the file upload to fail and not the constraint.