Просмотр поста #104062: Работа с class.upload.php

.
ramzes
function rename($from, $too){
copy($from, $too);
unlink($from);
}