[Linux-programlama] upload

---------

New Message Reply About this list Date view Thread view Subject view Author view Attachment view

From: ahmet demir (turkosx@gmail.com)
Date: Sun 05 Mar 2006 - 21:39:23 EET


resim dosyasi upload ederken soyle iki adet hata mesaji aliyorum .
php.ini dosyasinda file_uploads=on secenegi acik
upload ettigim dosyanin haklari 777
upload.php

move_uploaded_file(Resource id #2): failed to open stream: Permission denied
move_uploaded_file(): Unable to move '/tmp/phpYAPWOO' to 'Resource id #2'

<?php
$x=$_FILES['dosya']['tmp_name'];

$dizin=opendir("resim");

move_uploaded_file($x,$dizin) or die ("Resim Gönderilemedi");

?>

_______________________________________________
Linux-programlama mailing list
Linux-programlama@liste.linux.org.tr
http://liste.linux.org.tr/mailman/listinfo/linux-programlama


New Message Reply About this list Date view Thread view Subject view Author view Attachment view

---------

Bu arsiv hypermail 2.1.2 tarafindan uretilmistir.