0
I am building a system of sending images to my website. Performing tests, with large files, I come across the following warning
:
POST Content-Length of 9489104 bytes Exceeds the limit of 8388608 bytes in
Why the file exceeded the limit size of the $_POST variable.
My question is how I can treat this error, with a message like "very large file", to the user, without this error appearing to him?