[Linux-programlama] upload sorunu

---------

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

From: Serbulent UNSAL (serbulentunsal@meds.ktu.edu.tr)
Date: Wed 29 Jun 2005 - 16:23:33 EEST


Merhaba

Aşağıdaki script ile dosya upload etmeye çalışıyorum ancak

Warning: copy(/home/aslanbey/deneme/): failed to open stream: Is a directory
in /var/www/deneme.php on line 20 Dosya kopyalanamýyor!

Hatasını alıyorum. Söz konusu klasöre chmod 777 ile tüm izinleri verdim. Sorun
nerede olablir. Cevaplar için şimdiden teşekkürler.

İyi akşamlar iyi çalışmalar.

<HTML>
<HEAD>
<TITLE>PHP'de Dosya Gönderme</TITLE>
<meta http-equiv=\"content-type\" content=\"text/html; charset=ISO-8859-9\">
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1254\">
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">
</HEAD>
<?php
$dosya_dizin = "/home/aslanbey/deneme";
$dosya_url = "http://localhost/";
$dosya_gonder = $_GET["dosya_gonder"];

if ( isset( $dosya_gonder )) {

        print ("<b>Yol:</b> $dosya_gonder<br>\n");
        print ("<b>Adı:</b> $dosya_gonder_name<br>\n");
        print ("<b>Boyut:</b> $dosya_gonder_size<br>\n");
        print ("<b>Tür:</b> $dosya_gonder_type<br>\n");
        copy ( $dosya_gonder, "$dosya_dizin/$dosya_gonder_name" )or die ("Dosya
kopyalanamıyor!");
                if ( $dosya_gonder_type == "image/gif" ||$dosya_gonder_type ==
"image/pjpeg" ) {
                print ("<img src=\"$dosya_url/$dosya_gonder_name\"><p>\n\n");
                }
}

?>
</BODY>
<FORM ENCTYPE="multipart/form-data" ACTION="<?php print
$_SERVER['PHP_SELF']?>" METHOD="GET">
<INPUT TYPE="hidden" NAME="MAX_FILE_SIZE" VALUE="951200">
<INPUT TYPE="file" NAME="dosya_gonder"><BR>
<INPUT TYPE="SUBMIT" VALUE="Dosya Yolla!">
</FORM>

</BODY>

_______________________________________________
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.