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
If the default php.ini setting of upload_max_filesize is 2M, and a 3M file is uploaded, the exception is Gt\Input\UploadedFileSecurityException. This is something we can test for, and if the file is larger than the smaller limit, we can throw an appropriate error message.
The text was updated successfully, but these errors were encountered:
If the default php.ini setting of upload_max_filesize is 2M, and a 3M file is uploaded, the exception is
Gt\Input\UploadedFileSecurityException
. This is something we can test for, and if the file is larger than the smaller limit, we can throw an appropriate error message.The text was updated successfully, but these errors were encountered: