Image loading problem. All I see is garbled text. Help!

User Help for Mozilla Firefox
Locked
mucor
Posts: 2
Joined: December 7th, 2003, 7:03 pm

Image loading problem. All I see is garbled text. Help!

Post by mucor »

I can't seem to view full size pictures in my photo gallery with Firebird. All I see is garbled text.

Loads fine under IE.

Problem is here...

Go to

http://www.gfxbank.com/

Login under their demo acct. and click on an image to get full size.
(direct link http://www.gfxbank.com/is.php?i=279&img=ref30.jpg )

Thumbnails are fine but clicking on it to get full size opens a new window with just a bunch of garbled text.

Doing this in IE works fine.


Any suggestions?
Legoguy
Posts: 255
Joined: June 21st, 2003, 7:21 pm
Location: Gurnee, IL
Contact:

Post by Legoguy »

This is a server problem. They aren't specifying the mime-type (filetype) as image/jpeg, instead text/plain.
mucor
Posts: 2
Joined: December 7th, 2003, 7:03 pm

Post by mucor »

If it is a server problem, why does it work with IE?
Dunderklumpen
Posts: 16224
Joined: March 9th, 2003, 8:12 am

Post by Dunderklumpen »

mucor wrote:If it is a server problem, why does it work with IE?


Because IE does not follow standard and corrects such problems. That is - IE does not handle files and images tha way it is intended. This IS a server problem and according to standard any server out there should have the right MIME Type set for any file sent out. In this case images are set to be handled as textfiles.
User avatar
mai9
Posts: 1619
Joined: January 15th, 2003, 3:41 pm
Location: Barcelona
Contact:

Post by mai9 »

in other words, ie is part of the Matrix while Firebird is the real world ;)
User avatar
Äkiidoll
Posts: 5473
Joined: August 16th, 2003, 2:03 pm
Location: USA
Contact:

wfm

Post by Äkiidoll »

Im hitting it hard & heavy in Moz 1.5/FB 0.7+, viewing
images at all sizes in the thumb nails as well as full size
images. Martina is very beautiful. :p
Geck0 r0cks
A prisoner of Christ Jesus, by His stripes I was healed
Guest
Guest

Post by Guest »

I emailed tech support for gfxbank.com and the problem has been fixed.


The problem was not with the server apparently but with the script running the site. Browsers other than IE were reading the image as a text file anddisplaying the code that actually makes up the image. They redefined the script as an image using Header("Content-type: image/jpeg"); and now when the browser
visits the page it knows that it is an image file.
Locked