0

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.

Robgogo
  • 43
  • 1
  • 9

1 Answers1

0

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..)

srp
  • 560
  • 1
  • 5
  • 14