iphone 帖子多部分

发布于 2024-10-19 07:53:24 字数 446 浏览 4 评论 0原文

我正在尝试使用分段发布方法上传图像和其他详细信息。我浏览了以下链接

http://lists.apple.com /archives/web-dev/2007/Dec/msg00017.html

但我无法将其调整为我想要的方式,因为我无法理解内容配置之类的事情。我用于发送其他详细信息的代码如下。

postString = [NSString stringWithFormat:@"u=username&p=pass&color=red&date=12];

我需要发送此内容以及图库中的图片。我正在使用 ALAsset 来访问图像。请帮忙。我是 iPhone 中的新蜜蜂

I am trying to upload image and other details using the multipart post method. I went through the following link

http://lists.apple.com/archives/web-dev/2007/Dec/msg00017.html

But I am just not able to tweak it to how I want it as I am not able to under stand the content-disposition and things like that. My code for sending the other details are here below.

postString = [NSString stringWithFormat:@"u=username&p=pass&color=red&date=12];

I need to send this as well as an image from the gallery. I am using ALAsset to access the image. PLease help. I am a new bee in iphone

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酒废 2024-10-26 07:53:24

您可以使用 ASIHTTPRequest 来上传分段文件。这很容易。

You can use ASIHTTPRequest to upload file with multipart. It's pretty easy.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文