Hallo,
Ich habe Problem mit Dateiupload.
ich bekomme folgende Fehlermeldung:
Warning: move_uploaded_file(uploads/userbild/Big.gif): failed to open stream: Permission denied in /home/www/public/bildhoch.php on line 83
Warning: move_uploaded_file(): Unable to move '/tmp/phpvg4YzN' to 'uploads/userbild/Big.gif' in /home/www/public/bildhoch.php on line 83
line 83:
move_uploaded_file($_FILES['fupload']['tmp_name'], $bildpath . $fupload_name);
upload Code sieht so aus:
<form action="abc.php" method="post" enctype="multipart/form-data" name="upform">
...
<input name="fupload" type="file" id="fupload">
<input type="button" value="Bild hochladen" onclick="this.disabled=true;this.value='Bild hochladen';document.forms['upform'].submit();">
</form>
permission denied? Wo Wie Welche?
hab sogar mit chmod 777 getestet. Kam die gleiche Meldung. :-(
Idee?
Ich habe Problem mit Dateiupload.
ich bekomme folgende Fehlermeldung:
Warning: move_uploaded_file(uploads/userbild/Big.gif): failed to open stream: Permission denied in /home/www/public/bildhoch.php on line 83
Warning: move_uploaded_file(): Unable to move '/tmp/phpvg4YzN' to 'uploads/userbild/Big.gif' in /home/www/public/bildhoch.php on line 83
line 83:
move_uploaded_file($_FILES['fupload']['tmp_name'], $bildpath . $fupload_name);
upload Code sieht so aus:
<form action="abc.php" method="post" enctype="multipart/form-data" name="upform">
...
<input name="fupload" type="file" id="fupload">
<input type="button" value="Bild hochladen" onclick="this.disabled=true;this.value='Bild hochladen';document.forms['upform'].submit();">
</form>
permission denied? Wo Wie Welche?
hab sogar mit chmod 777 getestet. Kam die gleiche Meldung. :-(
Idee?
Kommentar