Code:
<?
$path = "uploads/";
$path = $path . basename( $_FILES['uploadedfile']['name']);
move_uploaded_file($_FILES['uploadedfile']['tmp_name'],$target_path);
?>
<form enctype="multipart/form-data" method="POST">
File: <input name="uploadedfile" type="file" /><br />
<input type="submit" value="Upload File" />
</form>
it's a simple example
the directory "uploads" must exist
and must have 777 permissions
so the script can store files in it
---------------
Canon PowerShot SD1000
http://astore.amazon.com/powershot08-20