POST Content-Length exceeds the limit

后端 未结 9 2346
盖世英雄少女心
盖世英雄少女心 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 11:51

    If you are using Php 5.6.X versions in windows using Wamp, then file location may be in,

    C:\Windows\php.ini

    Just try with

    post_max_size = 100M;
    

    Try to do changes in Apache one. By that your Wamp/XAMP load .ini file

提交回复
热议问题