Re: [Linux-programlama] HTTP file upload yapamıyorum.

---------

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

From: Adem Alp YILDIZ (ademalp@linux-sevenler.org)
Date: Fri 03 Dec 2004 - 12:12:00 EET


Merhaba,
Aşağıdaki yazdığım şekilde çalışması gerekli.

İyi Çalışmalar
Adem Alp YILDIZ

tkaraman@ege.ebso.com.tr yazmış:

>
> ////////////////
> <html>
> <head>
> <title>HTTP File UPLOAD</title>
> </head>
> <body bgcolor="#FFFFFF" text="#000000">
> <form name="form1" ENCTYPE="multipart/form-data" method="post"
> action="sil.php" >
> <?

if (is_uploaded_file($_FILES['resim']['tmp_name'])) {
move_uploaded_file($_FILES['resim']['tmp_name'],"/sunucudaki/tam/yol/".$_FILES['resim']['name']);
}else
{
echo $_FILES['resim']['error']
}
/*
copy komutu sunucudaki kısıtlamalardan dolayı çalışmayabilir

> copy($resim,$resim_name);

*/

> ?>
> <table border="1" width="75%" class="tablo1">
> <tr>
> <td width="20%"><b><font size="3" face="Verdana, Arial, Helvetica,
> sans-serif">TARİH</font></b></td>
> <td width="80%">
> <input type="text" name="tarih" value="<? echo date('d/m/Y')?>"
> autocomplete=off readonly size="10">
> </td>
> </tr>
> <tr>
> <td width="20%"><b><font size="3" face="Verdana, Arial, Helvetica,
> sans-serif">GAZETE ADI</font></b></td>
> <td width="80%">
> <input type="text" name="icerik" size="20" autocomplete=off>
> </td>
> </tr>
> <tr>
> <td width="14%"><font size="3" face="Verdana, Arial,
> Helvetica, sans-serif"><b>RESİM</b></font></td>
> <td width="86%">
> <input type="file" name="resim">
> </td>
> </tr>
>
> <tr>
> <td width="20%">&nbsp;</td>
> <td width="80%">
> <input type="submit" name="ekle" value="Gönder">
> </td>
> </tr>
> </table>
> </form>
> <p>&nbsp;</p>
> </body>
> </html>
> ///////////
>

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