Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在更改最大文件大小、会话时间和帖子最大大小之后,使用 php 上传大于 200mb 的文件是否明智?可靠的?(这忽略了是否保持客户端连接)
编辑:通过http而不是ftp完成
没问题。
我们有一个上传/下载网站,以便客户可以发送打印数据。这些文件可能会变得非常大。
我认为主要问题是客户端的浏览器稳定性和客户端的连接。在没有任何意外的情况下传输这么多数据是相当困难的......