报错: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
来源:CSDN
作者:zhangge3663
链接:https://blog.csdn.net/zhangge3663/article/details/103801843