POST Content-Length exceeds the limit

后端 未结 9 2344
盖世英雄少女心
盖世英雄少女心 2020-11-27 11:26

I get similar errors in my error_log in php when users are uploading their files

PHP Warning: POST Content-Length of 11933650 bytes exceeds the limi

9条回答
  •  独厮守ぢ
    2020-11-27 12:17

    There might be more than just one php.ini file. For example, when using WAMP there are 2 php.ini files in following directories:

    • C:\wamp\bin\apache\apache2.4.9\bin
    • C:\wamp\bin\php\php5.5.12

    You need to edit the first one.

提交回复
热议问题