首页  >  问答  >  正文

php - 上传文件出现 413错误

利用webuploader 上传文件时,出现 413 错误,webuploader 分片的大小是50M。

wamp 环境,php.ini 中设置的上次大小和post大小都是2048M, 哪来的413错误啊,????

错误提示:
The requested resource
/icloud//myuploader/ajax_uploader.php

does not allow request data with POST requests, or the amount of data provided in
the request exceeds the capacity limit.

大家讲道理大家讲道理2724 天前428

全部回复(1)我来回复

  • PHP中文网

    PHP中文网2017-04-10 17:39:18

    谢邀,是不是Apache没设置LimitRequestBody?

    详细看这

    回复
    0
  • 取消回复