作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
从 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/
我是一名优秀的程序员,十分优秀!