You are here: Re: Help with rename and unlink script please « PHP Programming Language « IT news, forums, messages
Re: Help with rename and unlink script please

Posted by Sjoerd on 12/05/47 11:48

Dynamo wrote:
> I am trying to upload a file and then rename the file as something else.
> Everything worked fine unless the renamed filename already existed.

Are you sure? The documentation for move_uploaded_file says:
> If the destination file already exists, it will be overwritten.

You can do an unlink and then move the file, even if the destination
does not exist:
@unlink($destination);
move_uploaded_file($source, $destination);

The @ is there to avoid any errors if the $destination file does not
exist.

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация