in reply to Printing image from file, but between html

That obviously will not work, as the image is not of type text/html.

Use HTML img tag.

  • Comment on Re: Printing image from file, but between html

Replies are listed 'Best First'.
Re^2: Printing image from file, but between html
by davidrw (Prior) on Aug 29, 2005 at 22:09 UTC
    ... where the src is either a cgi that prints out the image directly like OP's first code, or is a temp filename (under the web root) of where the file was written out to disk.
      Hey, davidrw, that´s a good idea, thanks. I´ll point the <img src> to a sub of this script with will print out the file. This is great, because I thought I´d have to record this image to disk, what would be way too dirty.

      Thanks a lot you both

      André