what does the form code look like?
it should be something like this:
<form ENCTYPE='multipart/form-data' method='post' action='upload.php'>
/ something about max file size here...
maybe <INPUT TYPE='hidden' name='MAX_FILE_SIZE' value='5000' />
/
<INPUT TYPE='file' name='my_file' />
</form>