I couldn't make it works, I tried to send only ascii number with a separation:
cell.print((int)myPhoto.read()); cell.print("%");
My string is something like that: 178%31%9%63%237%188%147%124%167%178%0%5 , on the server side I am splitting the string and then convert every number to char.
The server created a file image that I can't open it, my understanding is where I am doing wrong, how can I send this image over a socket?