View Single Post
Sponsorlu Bağlantılar
Zoque.Forum
Advertisement
Old 22.04.2004   #11 (permalink)
dziner
 
dziner's Avatar
 
Üyelik Tarihi: 10.07.2003
Yer: Melbourne
Yaş: 26
Mesaj: 182
Re: php ile form da nasıl image yüklenir?

en son uyguladigim kod
----------

<?PHP
$file_dir ="../web_pictures";
move_uploaded_file($_FILES['fupload_name']['tmp_name'],$filedir."/".$_FILES['fupload_name']['name']);
?>
<form enctype="multipart/from-data" action="<?PHP print $PHP_SELF?>" method="post">
<p>Picture name:<br>
<input type="text" name="fupload_name">
<br>
Your Picture:<br>
<input type="file" name="fupload">
<br>
<input type="submit">
</p>
</form>

--------------

ama halen calismiyor
__________________
Kartal Bora
dziner şu an çevrimdışı   Mesajdan alıntı yaparak yeni bir cevap ekleyin