#Do not run this browser test from the console ! #!/usr/bin/python2.4 jpgimage = '/home/hendry/pictures/DCP_1178.JPG' print "Content-Type: image/jpeg" print print open(jpgimage).read()