如何创建一个包含两个图像和两个字符串的数据包并通过 iPhone 中的 post 方法发送它?
我有两个图像和两个字符串,它们已转换为 base64 字符串,我希望使用 POST 方法将它们作为数据包发送。我应该连接 base64 字符串还是有其他方法?
I have two images and two strings which have been converted to base64 strings and I wish to send them as packet using POST method. Should i concatenate the base64 strings or is there any other way around?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您尝试过这个 ASIHTTPRequest 吗?它可以做很多事情。
它可以发送POST参数、图像等。查看“如何使用它”部分,它包含示例代码。
Have you tried this ASIHTTPRequest? It can do a lot of things.
It can send POST parameters, images etc. Check out the "How to use it" section, it includes the sample codes.