POST Content-Length of 17663771 bytes exceeds the limit of 8388608 bytes
i already have changed my php.ini file and restarted my wamp server but still getting the same error message.
POST Content-Length of 17663771 bytes exceeds the limit of 8388608 bytes
i already have changed my php.ini file and restarted my wamp server but still getting the same error message.
1)Make sure you are changing the correct php.ini
2) Set both parameters in php.ini
 upload_max_filesize = 25M 
 post_max_size = 25M
3) Restart the Web server (apache , nginx etc..)