hi pal
see u use the file upload functions in the manual -- here /phpmanual/features.file-upload.html
then too i will give u sample code --
<FORM ENCTYPE="multipart/form-data" ACTION="img.php" method=POST>
<INPUT TYPE="hidden" name="MAX_FILE_SIZE" value="1000">
Send this file: <INPUT NAME="userfile" TYPE="file">
<INPUT TYPE="submit" VALUE="Send File">
</FORM>
========
img.php -- here u first move the file to /tmp and make various checks and then move it to desired destination
heey try this
mandar