Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个PLupload在我的服务器上工作。我将fastcgi值更改为MaxRequestLen在使用更大的文件时不会出现致命错误。最大上传大小为 10MB,块大小为 10MB,内存限制设置为 40M,时间限制设置为 0。
fastcgi
MaxRequestLen
当我上传 2MB 图片时,它会显示带有标题的错误消息HTTP Error.。
HTTP Error.
我的这个 Ajax 请求的错误日志是空的。
但是,较小的图片已成功上传。
我需要在哪里寻找问题?
错误日志说什么。
通常您在 php 设置中设置最大上传大小。