views:

24

answers:

1

This link links to an image: http://pix-all.com/t/w

Every other browser displays this image, only IE forces to download it. The correct headers are set via PHP.

Is odd though that it works on my local testing server.

Any ideas why?

+4  A: 

The content-type should be "image/jpeg", not "image/jpg".

edwin
Thanks, it works now.
Pablo