View Single Post
  #1 (permalink)  
Old February 5th, 2014, 06:15 AM
sairam sairam is offline
Registered User
 
Join Date: Feb 2014
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Post How to store the image in mysql database from android using java axis2 webservice

hii, I am trying to upload an image to mysql server. In my app i have a button named upload image when ever user clicks on the button it will open up a camera in android device. I am successfully getting captured image using camera in imageview ,
now i want to save this image in mysql database using java soap(axis2) webservices, how can send this image from android application to webservice and from web service to mysql database..... can any one please help me in seing some links or code