Re: [PHP] Pictures and caches

2006-05-18 Thread Richard Lynch
On Thu, May 18, 2006 3:25 am, Gustav Wiberg wrote: > The thing I want to do is to copy a picturefile to another > picturefile. That's what you THINK you want to do... > The thing is that I want to copy this file, show it , and then delete > it > (when it has been shown) .Is this possible? You're

Re: [PHP] Pictures and caches

2006-05-18 Thread Stut
Eric Butera wrote: On 5/18/06, Gustav Wiberg <[EMAIL PROTECTED]> wrote: I had to do something similar to keep a javascript file from being cached by an aol proxy. Heres a simple example that you could change to suit your needs by changing the js to something like image.php and making it send ima

Re: [PHP] Pictures and caches

2006-05-18 Thread Eric Butera
On 5/18/06, Gustav Wiberg <[EMAIL PROTECTED]> wrote: Hi! The thing I want to do is to copy a picturefile to another picturefile. The thing is that I want to copy this file, show it , and then delete it (when it has been shown) .Is this possible? I want to do this, because of avoiding problems w

[PHP] Pictures and caches

2006-05-18 Thread Gustav Wiberg
Hi! The thing I want to do is to copy a picturefile to another picturefile. The thing is that I want to copy this file, show it , and then delete it (when it has been shown) .Is this possible? I want to do this, because of avoiding problems with cache when uploading file through an admin-onli