in reply to Re: Printing image from file, but between html
in thread Printing image from file, but between html

... 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.
  • Comment on Re^2: Printing image from file, but between html

Replies are listed 'Best First'.
Re^3: Printing image from file, but between html
by Andre_br (Pilgrim) on Aug 29, 2005 at 22:32 UTC
    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é