gpt4 book ai didi

iPhone 如何在上传到服务器时压缩文件?

转载 作者:行者123 更新时间:2023-11-28 17:39:20 25 4
gpt4 key购买 nike

从 iPhone 压缩和上传文件的最佳方式是什么?我正在使用 ASIHTTP 将文件上传到我的服务器。但是在将大文件上传到服务器时出现网络错误。那么如何使用ASIHTTP压缩上传呢?

Code:
[serverUploadRequest setPostValue:withEmail_id forKey:@"mail_id"];
[serverUploadRequest setPostValue:withPassword forKey:@"pwd"];
[serverUploadRequest setPostValue:withFileName forKey:@"file_name"];
[serverUploadRequest setPostValue:withFileExtension forKey:@"file_extension"];
[serverUploadRequest setData:fileData withFileName:withFileName andContentType:@"application/octet-stream" forKey:@"userfile"];

[serverUploadRequest startSynchronous];

这工作正常,但当我尝试上传大文件时,有时会出现上传失败错误。因此可以压缩文件并将其上传到服务器。我正在使用带有 PHP 的 Windows 2003 服务器

谢谢

最佳答案

使用Objective-Zip压缩文件。

有关其用法的更多信息,请访问此 link

关于iPhone 如何在上传到服务器时压缩文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8785978/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com