na teto strance pres tento formular vyberes soubor ze sveho kompu...
<form action="stranka.php3" method="post" enctype="multipart/form-data" name="formular">
<input type="file" name="filesy" br>
<input type="submit" value="ODESLAT" class="submit
</form>
toto je stranka "stranka.php3"
<?php
if(copy($filesy,"adresar/$jmeno")):
echo("Podařilo se uložit soubor.");
else:
echo("Nepodařilo se uložit soubor.");
endif;
?>
mě to jede bez problémů, tak by ti to tak mohlo jet taky :o)