I'm creating a application using camera options in that one the captured images are stored in the MySQL server using soap web service.
I created a URL using Asp.net,the data type of the images are byte[],In my android coding I'm too convert image into byte[].The problem if i use
request.add Property("Photo",image);
//image is the byte[] variable
//the above code using soap web service in android
it doesn't store in my sql server table. How can i do that one? Thanks in advance