Hi, i'm triing to upload a file using PHP, using a
<form enctype="multipart\form-data"....>
<input type=file name=userfile>
..
..
</form>
and it generally works well, but i have some problems when the (stupid) user try to upload a file with zero length.
The parser tells methat the $userfile is Null.
Does someone has any idea why this happens?