开发者

file/image upload to webserver using HttpPut() in android /java

开发者 https://www.devze.com 2023-03-06 02:02 出处:网络
i am new to android. i want to upload a file on my mobile phone to webserver using httpput (). kindly help me with some 开发者_StackOverflowsnippets.

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

thanks in advance jammy


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消