php文件上传超过200mb
更改最大文件大小、会话时间和帖子最大大小后,使用 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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
没问题。
我们有一个上传/下载站点,以便客户可以发送打印数据。 这些文件可能会变得相当大。
No problem.
We have an up-/downloads site at work so that customers can send print data. And these files can get pretty big.
我认为主要问题是客户端浏览器的稳定性和客户端的连接。 想要不发生任何意外地传输这么多数据是相当困难的......
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...