php文件上传超过200mb

发布于 2024-07-15 05:18:15 字数 106 浏览 11 评论 0原文

更改最大文件大小、会话时间和帖子最大大小后,使用 php 上传大于 200mb 的文件是否明智? 可靠的? (这忽略了是否保持客户端连接)

编辑:通过http而不是ftp完成

after changing the max file size, session times, and post max size is it wise to use php to upload files larger than 200mb? reliable? (and this is ignoring whether a client connection is maintained)

edit: done through http not ftp

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

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

发布评论

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

评论(2

懒猫 2024-07-22 05:18:15

没问题。

我们有一个上传/下载站点,以便客户可以发送打印数据。 这些文件可能会变得相当大。

No problem.

We have an up-/downloads site at work so that customers can send print data. And these files can get pretty big.

-残月青衣踏尘吟 2024-07-22 05:18:15

我认为主要问题是客户端浏览器的稳定性和客户端的连接。 想要不发生任何意外地传输这么多数据是相当困难的......

I think that major issue is client's browser stability, and client's connection. It's pretty hard to transmit that much of data without any accident...

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