in reply to Re^2: Getting a filehandle for uploaded filein thread Getting a filehandle for uploaded file
Did you specify the correct enctype for your form?
<form enctype="multipart/form-data" method="POST" ...>