Sending pictures using sockets

2011-04-06 Thread craf
Hello. I'm testing the sockets in Python and I've seen the way in which works to send string. My question is if anyone knows where can find some information on how to send pictures through Sockets. I use Python 2.7 and have read the information regarding Sockets of the Python website, but I can

Re: Sending pictures using sockets

2011-04-06 Thread Littlefield, Tyler
On 4/6/2011 4:58 PM, craf wrote: Hello. I'm testing the sockets in Python and I've seen the way in which works to send string. My question is if anyone knows where can find some information on how to send pictures through Sockets. I use Python 2.7 and have read the information regarding Sockets

Re: Sending pictures using sockets

2011-04-06 Thread Dan Stromberg
On Wed, Apr 6, 2011 at 4:17 PM, Littlefield, Tyler ty...@tysdomain.comwrote: On 4/6/2011 4:58 PM, craf wrote: Hello. I'm testing the sockets in Python and I've seen the way in which works to send string. My question is if anyone knows where can find some information on how to send