为大文件上传设置 upload_max_filesize (等)

发布于 2024-12-08 18:41:50 字数 416 浏览 0 评论 0原文

我正在尝试通过此 jQuery 插件上传文件: http://aquantum-demo.appspot.com /file-upload

我可以毫无问题地上传最大 1.2GB 的文件。我尝试过的下一个最大文件是 1.8GB,但上传失败。我已经设置:

max_execution_time = 0
max_input_time = 0

memory_limit = 4000M
post_max_size = 3500M
upload_max_filesize = 3000M

如果这不起作用,这些值应该是什么?我需要通过这种方法上传最大2GB的视频文件。

提前致谢!

I'm trying to upload files via this jQuery plugin: http://aquantum-demo.appspot.com/file-upload

I am able to upload files up to 1.2GB without a problem. The next largest file I've tried is 1.8GB and this upload fails. I have set:

max_execution_time = 0
max_input_time = 0

memory_limit = 4000M
post_max_size = 3500M
upload_max_filesize = 3000M

What should these values be if this isn't working? I need to upload video files that are up to 2GB via this method.

Thanks in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冷情 2024-12-15 18:41:50

可能您使用的是共享主机,因此内存有限。 1.8GB 对我来说听起来接近 2GB,这是 32 位系统对整数的限制,也适用于 PHP。

possibly you're on shared hosting so the memory is limited. and 1.8GB sounds to me like something nearly 2GB, this is the limit on 32-bit system for integer, applies to PHP also.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文