ViszinisA Posted March 9, 2007 Report Share Posted March 9, 2007 Warning: move_uploaded_file(/var/www/images/jaunumi/test.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in /var/www/admin/up.php on line 8 Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/php3yWWjz' to '/var/www/images/jaunumi/test.jpg' in /var/www/admin/up.php on line 8 upload scripts... (nokopeeju no php.net) If (isset($_FILES)) { $uploaddir = '/var/www/images/jaunumi/'; $uploadfile = $uploaddir . basename($_FILES['userfile']['name']); echo '<pre>'; if (move_uploaded_file($_FILES['userfile']['tmp_name'], $uploadfile)) { echo "File is valid, and was successfully uploaded.\n"; } else { echo "Possible file upload attack!\n"; } echo 'Here is some more debugging info:'; print_r($_FILES); } ?> <form enctype="multipart/form-data" action="?id=up" method="POST"> Bilde: <input name="userfile" type="file"><br> <input type="submit" value="Upload"> </form> kas kur jaauzliek vai jaapamaina? Link to comment Share on other sites More sharing options...
v3rb0 Posted March 9, 2007 Report Share Posted March 9, 2007 /var/www/images/jaunumi folderim. rakstīts tač tur! Link to comment Share on other sites More sharing options...
hackerman Posted March 9, 2007 Report Share Posted March 9, 2007 chmod Link to comment Share on other sites More sharing options...
ViszinisA Posted March 9, 2007 Author Report Share Posted March 9, 2007 (edited) lol 4ista? nu labi strada, vnk ieliku divus 4ekshus paldies Edited March 9, 2007 by ViszinisA Link to comment Share on other sites More sharing options...
Recommended Posts