Hi,
hast du die unter http://www.php.net/manual/de/features.file-upload.php#features.file-upload.post-method genannten optionen mal auf ihren wert hin überprüft?
file_uploads = On
{Größe 20 MB ist ok}
upload_max_filesize = 20M
{kein Eintrag -> Systemeinstellung / und was ist die Systemeinstellung?}
;upload_tmp_dir =
{Größe 20 MB ist ok}
post_max_size = 20M
Wo sollte man noch nachprüfen?
Danke vorab
Oliver