Re: [android-developers] Prob in sending Image

2013-01-21 Thread Kevin Duffey
Look into using a rest service if you can little easier to deal with. As the other poster said convert the byte[] into a string and base64 encode it then send it. On Jan 20, 2013 9:26 AM, ajinkyasaswad...@gmail.com wrote: Hi Everybody M sending the image from android to java server using

[android-developers] Prob in sending Image

2013-01-20 Thread ajinkyasaswade09
Hi Everybody M sending the image from android to java server using socket programming as i want to send to ip addrs but there is prob in sending the image I tried converting into string and writing it into txt fie but there's prob in writing it into the txt file so there's prob in converting