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

Reply via email to