PHP Header - Content-type: image/jpeg - Not working for Internet Explorer - Stack Overflow
The Content-Type header name is written with an uppercase T. I am not sure if that is the issue, but some browsers might not recognize the Content-Type header when it is written with a lowercase t. Thus, you should use: header("Content-Type: image/jpeg");...