http://qs321.pair.com?node_id=202270


in reply to cgi File Upload, No data pased through?

Your problem might just be that you forgot to set method="POST" and/or enctype="multipart/form-data" in your form tag.

Also, as mentioned above, never mix OO and procedural calls to CGI.pm

-- Joost downtime n. The period during which a system is error-free and immune from user input.