nějak mi nefunguje upload. soubor se jakoby nahrává, ale pak nic.
<form enctype="multipart/form-data" method="post" action="upload.php">
<input type="file" name="soubor" size="20" style="width: 200px;">
</form>
upload.php:
$kopirovat = copy ($soubor, "http:\\sheriff.wz.cz\\" . $soubor_name);
kde je chyba?!
Zkus:
$kopirovat = copy ($soubor, "http://sheriff.wz.cz/" . $soubor_name);
form:
<form action="upload.php" method="post" enctype="multipart/form-data">Soubor:<input class=button type="file" name="soubor" size="60" alt="soubor"><br><br><input type="submit" name="k" value=Upload>
-----------------
muj upload.php:
<?
if (copy ($soubor, "data/$soubor_name")) {
echo 'Soubor : ',$soubor_name,' (',$soubor_size,'kB',') byl úspě?ně uploadován na server...';
}
?>
Jeste je tam dulezity mit ve stejnym adr. jako to php slozku "data"!...