laravel 警告:POST Content-Length of 90612004 bytes 超出了 Unknown on line 8388608 bytes 的限制
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/38968599/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Warning: POST Content-Length of 90612004 bytes exceeds the limit of 8388608 bytes in Unknown on line 0
提问by Mohammad Reza
I got this error
我收到这个错误
Warning: POST Content-Length of 90612004 bytes exceeds the limit of 8388608 bytes in Unknown on line 0
警告:POST Content-Length of 90612004 bytes 超出了 Unknown on line 8388608 bytes 的限制
I've done some searches and I changed post_max_size
and upload_max_filesize
to 150M and reset Wamp but STILL I get this error what should I do?
我做了一些搜索和我改变post_max_size
,并upload_max_filesize
以150M和重置WAMP但我仍然得到这个错误我该怎么办?