Re: [android-developers] Upload image file to server

2010-12-28 Thread Abhilash baddam
Hi naveen, Go through this link may be it'l be useful.. http://androidsnips.blogspot.com/2010/08/upload-file-to-remote-server-in-android.html Regards, Abhilash.B On Tue, Dec 28, 2010 at 4:

[android-developers] Upload image file to server

2010-12-28 Thread naveen kumar
Dear sir, Good evening i am posting some string data with image but image is not uploading plz help me how to code for upload image on server My code public void PostCameraData(){ httppost = new HttpPost(Splash.globalurl+"iphone/ads/response"); httpclient = new DefaultHttpClient();