Hi there,
I have post data size in my php.ini which is 8M.
If I have upload the file of size say 25mb, it gives me an error
Warning: POST Content-Length of 100753587 bytes exceeds the limit of 52428800 bytes in Unknown on line 0
and it empties the global variables like $_POST and $_FILES
while it should be handled with my customized error during file upload process…..
Please help ASAP