我正在测试我正在处理的文件上传页面等。随机选择一个较大的文件并收到:
请求的实体太大
The requested resource
/admin.php
does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.
作为错误信息。简短的谷歌导致更改 php.ini 中的值,但我无法找到或访问它。
该站点托管在免费站点 000.webhosting.org 上 - 我猜他们以某种方式对其进行了限制。有解决方法吗?