I'm building an image upload system for my site. Performing tests with large files, I find the following warning
:
POST Content-Length of 9489104 bytes exceeds the limit of 8388608 bytes in
Because the file has exceeded the limit size of the $ _POST variable.
My question is how can I handle this error with a "very large file" message to the user, without this error appearing to it?