Upload image from sd-card on tumbler in Android
问题 I have uploaded image using a http://... URL. but i dont want to use URL .I want to upload image on tumbler from local sdcard of mobile. I tried all these solutions Uploading Images to tumblr API from Android but nothing worked for me. i posted image by URL like this :- File fil = savebitmap(pattern_a); HttpPost hpost = new HttpPost("http://api.tumblr.com/v2/blog/" + strBlogName.replace(" ", "%20") + ".tumblr.com/post"); List<NameValuePair> nameValuePairs = new ArrayList<NameValuePair>(2);