Coperrmine a upload fota.

Ahoj,
jsem laik a moc tomu nerozumim.

nainstaloval jsem si coppermine 1.0 Galerii na wz. Vse ok, ale odedneska nejsem schopen přidat fotku. FTP upload je ok, ale přes web nic. Prostor ani velikost DB jsem neprekrocil... HELP.
No picture was uploaded !

If the size of the file you tried to upload was below the maximum permitted, it is likely that the server does not allow file uploads... TO JE DODATEK,...
upload myslim funguje, aspon muj testovaci skript se netvari ze by to neslo:
<?
if (empty($step)) {
?>
<form method="post" enctype="multipart/form-data">
<input type="file" name="soubor">
<input type="hidden" name="step" value="1">
<input type="submit">
</form>
<?
} else {
print_r($_FILES);
if (file_exists("./soubor")) {
unlink("./soubor");
}
if (is_uploaded_file($soubor)) {
move_uploaded_file($soubor,"./soubor");
}
}
?>


nicmene pokud napises adresu te stranky tak se muzu podivat v cem je tam problem

ono doslo v noci na dnesek k upgradu apache&php takze to s tim bude zrejme nejak souviset
mimishop.wz.cz
uz by to snad melo fungovat, chyba byla na nasi strane