简体   繁体   English

文件未上传到快速存储中

[英]file not uploading in swift storage

I am using the formpost method of swift server to file upload. 我正在使用swift服务器的formpost方法上传文件。 some time file get uploaded. 一些时间文件被上传。 But some time not. 但是有一段时间没有。

On swift server log I am getting 499 httpcode. 在快速服务器日志上,我得到499 httpcode。 Please help me to solve this problem. 请帮我解决这个问题。

499 Client Closed Request (Nginx) Used in Nginx logs to indicate when the connection has been closed by client while the server is still processing its request, making server unable to send a status code back. 499客户端关闭的请求(Nginx)在Nginx日志中使用,以指示当服务器仍在处理其请求时,客户端何时关闭了连接,使服务器无法发回状态代码。

Its your client side issue which has a time limit for processing. 它是您的客户端问题,有处理时间限制。 If the time exceeds and upload has not happened it terminates the connection/upload process. 如果时间超过并且上传没有发生,它将终止连接/上传过程。 It has nothing to do with Swift. 它与Swift无关。

Hope it helps. 希望能帮助到你。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将文件上传到 Google Storage 而不将其保存到内存 - Uploading file to Google Storage without saving it to memory 使用Google Cloud Storage显示文件上传进度 - Display file uploading progress with Google Cloud Storage iOS Swift使用Alamofire(Multipart)上传PDF文件 - iOS Swift uploading PDF file with Alamofire (Multipart) 在 node.js 中将文件上传到 Google Cloud Storage 时出错 - Error when uploading file to Google Cloud Storage in node.js 将其他元数据作为文件上传请求的一部分上传到Google Cloud Storage - Uploading additional metadata as part of file upload request to Google Cloud Storage 将文件从 Blazor WebAssembly App 直接上传到 Blob 存储 - Uploading file from Blazor WebAssembly App directly to Blob storage NextJS 文件上传到谷歌云存储成功但总是上传 0 字节文件 - 使用强大 - NextJS file upload to Google Cloud Storage successful but always uploading 0 byte file - using formidable 在使用loopback-component-storage将文件上传到容器中之前如何检查文件格式? - How to check file format before uploading a file in container using loopback-component-storage? 将多个 xfile 上传到 firebase 存储 - uploading multiple xfiles to firebase storage 将 zip 文件夹上传到云存储 - Uploading a zip folder to cloud storage
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM