in reply to How do I display a jpeg in perl to HTML
Another thing: if your CGI scripts are separate from the HTML (usually they are -- say, ScriptAlias of /cgi-bin and DocumentRoot of /usr/local/apache/htdocs), you have to be careful what "base" the image URL is relative to. You might have to put something like
... <HEAD> <BASE HREF="http://${hostname}${baseurl}"> ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: How do I display a jpeg in perl to HTML
by impossiblerobot (Deacon) on Dec 15, 2001 at 03:07 UTC |