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.
精彩评论