如何创建一个包含两个图像和两个字符串的数据包并通过 iPhone 中的 post 方法发送它?

发布于 2024-12-05 15:40:52 字数 86 浏览 2 评论 0原文

我有两个图像和两个字符串,它们已转换为 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 技术交流群。

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

发布评论

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

评论(1

蓝眼泪 2024-12-12 15:40:52

您尝试过这个 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.

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