Forum Moderators: open
Ie, click on
[widgets.com...]
and instead of opening it in a browser window for display, it opens a save or open dialogue.
The images are stored as longblob in a mysql database and returned via a 404 page. The headers are:
HTTP/1.1 200 OK
Date: Mon, 26 May 2003 23:01:16 GMT
Server: Apache/1.3.26 (Unix) PHP/4.3.0
X-Powered-By: PHP/4.3.0
Content-length: 61481
Connection: close
Content-Type: image/jpg
As far as I know, that is nothing unusual? I added the 200, the conent type, and the length via PHP. The image displays if it is within an <IMG tag, and behaves as expected using Mozilla. How can I make IE treat my images like images from any other server?