Hallo Valerij.
Siehe letzter Abschnitt: [...] chmod($uploadpath, 0755);
Ändere 0755 in 0777 oder 0644 und das Skript funktioniert.
Gruß,
Markus
if(@move_uploaded_file($this->_FILES['tmp_name'], $uploadpath))
{
chmod($uploadpath, 0755);
return TRUE;
}
else {
return FALSE;
}