利用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.
谢邀,是不是
Apache
没设置LimitRequestBody
?详细看这