ok I read http://www.php.net/manual/en/features.file-upload.php
And still dont know where the file is going .
I mean ,how to write in php script, where the script put the uploaded file?
something like this
$uploadeddir="upload/";
and that folder did I put on ftp beside other files ???