I'm using Codeigniter, i have a problem when uploading too large images, i.e. the size of the image is larger than upload_max_filesize in the server.
I would like to show a custom message for the user instead of this message:
Warning: POST Content-Length of 36276449 bytes exceeds the limit of 8388608 bytes in Unknown on line 0
The action you have requested is not allowed.