紫影基地

 找回密码
 立即注册
查看: 321|回复: 0

PHP: POST Content-Length of xxx bytes exceeds the limit of 8388608 bytes【转】

[复制链接]
阅读字号:

2564

主题

2721

帖子

5万

积分

超级版主

Rank: 8Rank: 8

积分
59885
发表于 2021-12-11 10:41:04 | 显示全部楼层 |阅读模式
PHP: POST Content-Length of xxx bytes exceeds the limit of 8388608 bytes【转】

用户上传了 4 个附件,每个小于 5M,但是总大小超过了 15 M。

在 Nginx 日志中找到了如下错误信息,还没有到 Laravel 日志那一层。

2018/08/13 10:14:38 [error] 8326#8326: *11432788 FastCGI sent in stderr: "PHP message: PHP Warning: POST Content-Length of 14424838 bytes exceeds the limit of 8388608 bytes in Unknown on line 0" while reading response header from upstream

解决方法,修改 php.ini

upload_max_filesize 用于限制用户上传单文件的大小
post_max_size 用于限制 POST 请求 body 的大小
所以,如果用户会同时上传多个附件,就需要设置 post_max_size 为 upload_max_filesize 的 N 倍大。

参考
https://stackoverflow.com/questi ... -limit-of-8388608-b

文章来自:https://www.sunzhongwei.com/post ... rom=sidebar_related


回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|紫影基地

GMT+8, 2025-1-12 15:54 , Processed in 0.082357 second(s), 18 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表