Hello I am sending Images and Text to php webservice using following code.
try {
HttpClient httpClient = new DefaultHttpClient();
H
Why you can't just create array of json object of your images to base64 and post to server and at your server api read those images convert to byte and use as image. Check my answe and try to implement. In Android how to post data to webservice which is created in WCF?
And the images you are getting from camera store them in uri in sdcard and letter read them. You can assign image name sequntialy. And read them from uri.