Wrong validation error when uploading files larger than PHP limit
-
After extensive testing, I have discovered the following bug:
The file upload size for the server is set to 8 MB.
I set the max size in my form to 7 MB.If I try to upload a file larger than 7 MB but smaller than 8 MB, I get the correct validation error.
If I try to upload a file larger than 8 MB, I get validation errors on ALL mandatory fields… except the file upload field. Oh, the irony.Is this a known error and if yes, does a known fix exist?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Wrong validation error when uploading files larger than PHP limit’ is closed to new replies.