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.
我经常收到“文件意外结束”错误,我认为它们只发生在包含的文件上,而不是基本文件本身。但无论如何,只要我上传文件,同时用户碰巧加载使用正在上传的文件的页面,它们就会发生。
我将如何检测文件是否正在上传?或者有什么方法可以配置我的 FTP 客户端(我使用 FileZilla)在上传时读取锁定文件?
您应该上传到一个临时目录,并用旧文件切换完全上传的文件。