This alert message appears when you have one or more file-uploading fields through which you can upload a file that is larger than the value of PHP’s upload_max_filesize
configuration directive that defines the maximum size of an uploaded file.
You are advised to set the limit
option of file
form-tags to a smaller value than upload_max_filesize
, or increase the upload_max_filesize
.