是什么导致下载文件大小限制?
我们网站上有很多文件可供下载,但是任何超过 30mb 的文件都会下载为 0kb 文件。任何小于 30mb 的内容均可完整下载。
有人知道我需要更改 php.ini 中的设置才能解决此问题吗?
We have lots of files on site available for download, however any file above 30mb downloads as a 0kb file. Anything under 30mb downloads fully.
Anyone know if there's a setting in php.ini i need to change in order to resolve this issue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以检查此链接:http://www.softdwn.com/how-to-increase-the-limit-of-memory-php-and-file-download-and-script-execution-time-限制/
You can check this link: http://www.softdwn.com/how-to-increase-the-limit-of-memory-php-and-file-download-and-script-execution-time-limit/
您正在寻找的属性很可能是
memory_limit
。the property you are looking for is most probably
memory_limit
.