PDA

View Full Version : Can you all view this .bmp with your IE8?


Gerald_D
07-20-2009, 06:57 AM
102257

My forum is having an issue that some IE8 users cannot view .bmp files.

See:

http://www.vbulletin.com/forum/showthread.php?p=1763472

And:

http://www.mechmate.com/forums/showthread.php?t=1945

I am at a PC where I myself cannot see .bmp's on my own forum (v3.8.3), but here in this forum (v3.6.12) I can see them.

R1lover
07-20-2009, 07:01 AM
I can see there here with FF & IE8, your forum it looks like you have to sign up as the only appear as links.

Gerald_D
07-20-2009, 07:11 AM
Thanks for looking R1lover - I have now given public access to the attchments on that sub-forum. Could you try again at http://www.mechmate.com/forums/showthread.php?t=1945
please?

notrious
07-20-2009, 08:21 AM
Can see it using ie8 but not on http://www.mechmate.com/forums/showthread.php?t=1945. Make sure you have chmod access for attachment folder to 777 if you use directory saving method.

Gerald_D
07-20-2009, 08:39 AM
I am not using the directory saving method. Do you agree that you can see the .jpg files (kitten, etc), but not the .bmp files (red X'es) in http://www.mechmate.com/forums/showthread.php?t=1945 ? (which means that it is not a 777 access issue)

--------------- Added 1248155031 at 1248155031 ---------------

Solved the issue:

The Mime type for .bmp files was defaulted to Content-type: unknown/unknown

vB staff advised me to change it to Content-type: image/bitmap

which didn't work, and then Google told me that image/bitmap is unheard of, but that image/bmp is common.

Changed Mime type setting to Content-type: image/bmp and now it works fine.