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.