I am creating one application where i want to send the captured camera image which is in JPG format to the web service.
but have no idea how to do it.
till now i have only sent string values to the webservice.but now i have to send a jpg image plz help me how to that.
i got one suggestion that convert the image data to byte[] and send it.will this really work
plz help me
Thanks in advance

