安卓网络服务

发布于 2024-10-21 12:39:55 字数 108 浏览 2 评论 0原文

我有一个关于肥皂网络服务的问题。我需要将一些字符串值和一张图像从我的 Android 应用程序传递到 Web 服务。我正在使用 Ksoap2 客户端。我可以传递字符串值。我如何传递图像?有人可以帮我吗?

I have one question regarding soap web service. I need to pass some string values and one image to the the webservice from my Android appication. I am using Ksoap2 client. I could pass string values. How I can pass image? Can anybody please help me?

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

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

发布评论

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

评论(1

天煞孤星 2024-10-28 12:39:55

您可以将图像编码为 png(如果不是 png 文件,则使用 Bitmap.compress),然后使用 base-64。

You can encode the image as a png (using Bitmap.compress if it isn't a png file to start with) and then base-64.

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