开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜