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