Has anybody experienced the problem when reading a file using readfile or something to open a graphic, when the user goes to click on it with the browser, it defaults to saving it as a .bmp even if it was .jpg?
Fischerlaender
10:05 pm on Apr 25, 2003 (gmt 0)
I think this has to do with an incorrect or missing Content-Type header. Be sure to send a Content-Type: image/jpeg header before sending the original data.