I am trying to upload a file
<form ENCTYPE=\"multipart/form-data\" action=\"users.php3?ch=upload\" method=\"post\">
<input type=\"file\" name=\"uploadfile\" maxlength=\"255\">
<p><input type=\"submit\" value=\"Upload files\"></form>
is the form and this is the copy
copy($uploadfile, "$userinfo[username]/$file_name");
nothing happens when i print $uploadfile i get this tmp/php27087aaa
please help