在 android /java 中使用 HttpPut() 将文件/图像上传到网络服务器
我是安卓新手。我想使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.