Possibly.  But temp files created during execution should be destroyed when
the script exists. So either copying or moving shouldn't make any
difference.  Besides that I think the difference is strictly semantic.
Another possibility is that this is a browser cache issue.
-Kevin

----- Original Message -----
From: "Jason Young" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 07, 2002 11:24 AM
Subject: [PHP] Re: uploading files


> How are you handling the transfer of files between its temporary area
> and where it's going to be stored?
>
> If you're copying instead of moving, I would imagine the file in the
> temp directory would still be present.
>
> -Jason
>
>
> Donahue Ben wrote:
> > I am uploading a gif file using
> > is_upload_file($filename) function.
> > I save the file with a file name img1.gif.  It seems
> > to work fine.  But when I delete the file img1.gif
> > then upload a different gif file and save it as
> > img1.gif,  it displays the first image i uploaded not
> > the most recent one, why is this?  Is there a way to
> > get around it?
> >
> > Ben
> >
> > __________________________________________________
> > Do you Yahoo!?
> > Faith Hill - Exclusive Performances, Videos & More
> > http://faith.yahoo.com
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to