in reply to Re^2: Getting the picture
in thread Getting the picture
One common way to do this is to save the image to a temp directory, then print out an <IMG SRC="..."> line that points to that temp file. Another process can periodically delete old images.
If you're feeling lucky, you could try using a data URL to embed the image directly into the HTML, but it's not supported in all browsers, and will only work for small files IIRC.
|
|---|