[vox-tech] when is an html image "sent"?

Rod Roark rod at sunsetsystems.com
Fri Dec 16 08:13:10 PST 2005


On Friday 16 December 2005 07:28 am, Peter Jay Salzman wrote:
...
> is there some kind of technique I can use to make sure the image file gets
> deleted after it's shipped off to the client?

The clean way to handle this is to never create an image file.
Instead, create the image dynamically from a script that is
invoked with something like:

  <img src='genimage.php'>

See the "Image Functions" section of the PHP documentation.

-- Rod


More information about the vox-tech mailing list