Georg Mischler wrote: > > > [...] > > > > > > try: > > > print 'Content-Type: image/jpeg\n' > > > Another possibility is that the missing second '\n' here > causes the server to send garbage. You need an empty line > between the HTTP headers and the data. but the print statement adds an extra newline by itself, right? </F>