in reply to CGI, file upload and netscape 7

UPDATE:

I have found a work around but not an ideal solution.

The problem is that param("INPUT") is being read as a file handle and so causes problems when passed into XML::Parser.

My solution is to write the open file into a tmp file and then pass that tmp file to the parser.

Can anyone suggest a more elegant solution?

Thanks again

AA