Re: Displaying jpeg images
Re: Displaying jpeg images
- Subject: Re: Displaying jpeg images
- From: Charles Bennett <email@hidden>
- Date: Sun, 10 Jun 2001 01:46:34 -0400
Richard Schreyer wrote:
>
>
I would guess that it's not working because the .pl extension indicates
>
a perl file, which is very likely, because a perl file is much more
>
likely to be in the cgi-bin directory than an image.
>
>
You should check the page again, and make sure you have the url to the
>
jpg itself, not just the page it's displayed on.
Isn't it more likely that the perl script generates the image?
Perhaps the "accepts" mime types going in aren't correct or
the server is emitting something that's not understood.
The only way to know for sure is to connect to the server
via telnet and "play browser"
chuck