Possible Duplicate:
PHP Warning: POST Content-Length of 113 bytes exceeds the limit of -1988100096 bytes in Unknown
I am submitting a form to a php file but in post there is nothing come from form and check in apache error_log and get below error:
PHP Warning: Unknown: POST Content-Length of 273 bytes exceeds the limit of -201326592 bytes in Unknown on line 0,
Please suggest me how to fix this error.
in my php.ini
settings
upload_max_filesize 2000M
post_max_size 800M