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!!!
Not able to view image in browser using GFLAx
Moderators: helmut, XnTriq, xnview
Re: Not able to view image in browser using GFLAx
Look at what is returned to you.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!!!
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.