在 android /java 中使用 HttpPut() 将文件/图像上传到网络服务器

发布于 2024-11-07 09:52:15 字数 70 浏览 0 评论 0原文

我是安卓新手。我想使用 httpput() 将手机上的文件上传到网络服务器。 请帮我一些片段。

提前致谢 杰米

i am new to android. i want to upload a file on my mobile phone to webserver using httpput ().
kindly help me with some snippets.

thanks in advance
jammy

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

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

发布评论

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

评论(1

別甾虛僞 2024-11-14 09:52:15

Android 包含标准 java.net api。您可以在网上找到很多有关使用它上传文件的教程。您只需小心在非 UI 线程上进行所有网络通信即可。

Android includes the standard java.net api. You can find lots of tutorials on the web about using it to upload files. You just have to be careful to do all your network communication on a non-UI thread.

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