We all hate Internet Explorer when building HTML templates, or modifying websites. Well I recently built a PHP image script to hide the location of the URL. It works fine fo
I think I know what the problem is.
Internet Explorer expects you to use image/jpeg and not image/jpg.
Try this:
Header("Content-Type: image/jpeg");
All browsers accept this format, and you won't have to worry anymore.