I seem to be having problems displaying png's I am using the following mime type header...
but the image is not shown, what am i doing wrong, jpeg and gif work fine in the same script!
thanks
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
Code:
print "Content-type: image/png\n\n";
but the image is not shown, what am i doing wrong, jpeg and gif work fine in the same script!
thanks
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.