当前位置: 代码迷 >> 综合 >> Warning: POST Content-Length of 29328854 bytes exceeds the limit of 8388608 bytes in Unknown on line
  详细解决方案

Warning: POST Content-Length of 29328854 bytes exceeds the limit of 8388608 bytes in Unknown on line

热度:65   发布时间:2024-01-24 13:47:48.0

报错:Warning: POST Content-Length of 29328854 bytes exceeds the limit of 8388608 bytes in Unknown on line 0

在php.ini中将以下两个参数改大,如果没有则加上,加完后记得保存重启集成环境

upload_max_filesize = 100M
post_max_size = 100M

 

  相关解决方案