http://qs1969.pair.com?node_id=700600


in reply to CGI Form File Upload Read Problem

Hi zuluwarhelmet, My most frequent problem with upload forms is that I forget to change the enctype of the form. Aren't you making the same mistake? I'm talking about the enctype parameter on the form tag:
<form enctype="multipart/form-data" method="POST"> <input type="file" name="upload"/> </form>