sending images via socket?

Marc Christiansen tolot at solar-system.dynodns.net
Tue Sep 25 16:04:18 EDT 2001


rainlet <orrego at mail2000.com.tw> wrote:
> and I send this also :
> 
> NEWSOCK.send ( "Content-Type: image/" + FILETYPE )

The linefeed is missing. Unlike print, socket.send does not add one.

HTH
  Marc



More information about the Python-list mailing list