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 [DATE]1248155031[/DATE] at [TIME]1248155031[/TIME] ---------------
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.