Petar Nedyalkov escribió:
On Thursday 14 April 2005 10:06, Mario de Frutos Dieguez wrote:Sorry, i want delete it from the server side. I put the images in a directory in the server.
I have a page where i place an image but i want when i show the image
delete it. How can i do this?
You want to delete it from the clients machine or what?
-- Mario de Frutos Dieguez
División de Ingeniería del Software y Comunicaciones
CARTIF -Parque Tecnológico Boecillo
Try a wrapper script, that first outputs the image data, and then removes the file.
somethinglike: <img src="script_that_show_image_and_deletes_it.php?image=ladieda.jpg" />
Erwin Kerk
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php