PHP ver gevorderde |
|
Citaat: Warning: move_uploaded_file(images/11.gif): failed to open stream: Permission denied in /www/users/rc.downfire.com/schuttert/fotoalbum.php on line 25
Warning: move_uploaded_file(): Unable to move '/tmp/phpSflqBI' to 'images/11.gif' in /www/users/rc.downfire.com/schuttert/fotoalbum.php on line 25
wat betekend deze error?
ik heb een fotouploadscript gemaakt wat prima op localhost werkt.
Op internet daarentegen niet, ik heb het bestand geschmod en al, maar ik blijf die error krijgen.
lijn 25:
<?php
$invoegen = "<img src=\"images/".$foto_teller[1].".".substr($_FILES['bestand']['type'], 6)."\" height=\"100\">*";
?>
<?php $invoegen = "<img src=\"images/".$foto_teller[1].".".substr($_FILES['bestand']['type'], 6)."\" height=\"100\">*"; ?>
|