Page 1 of 1

Not able to view image in browser using GFLAx

Posted: Tue Jan 30, 2007 12:29 pm
by Anoop
We tried using the ASP examples and were not able to successful view
the image.

Internet Explorer could not recognize the image and shows it as a small cross

when you rightclick and see the properties of the image, the Content Type says Not Available

Please Suggest!!!

Re: Not able to view image in browser using GFLAx

Posted: Thu Feb 01, 2007 6:56 pm
by MaierMan
Anoop wrote:We tried using the ASP examples and were not able to successful view
the image.

Internet Explorer could not recognize the image and shows it as a small cross

when you rightclick and see the properties of the image, the Content Type says Not Available

Please Suggest!!!
Look at what is returned to you.
Good tools therefore are e.g. a Firefox + Livehttpheaders + Firebug + Webdeveloper or even g'ol' wget (-S).

There might be a range of issues:
* You don't return the image (at all|correctly).
* Wrong Content-Type, encoding, ...
* There are some unwanted characters in the output, like leading whitespace, error messages from your script, whatever...

Oh, and you want suggestions?
IE6 is useless junk, IE7 is almost ok for regular browsing, but when it comes to webdevelopment it's just not capable.
Get some real development tools; There're enough free out there.