in reply to Re: Re: File Upload - AND hidden values
in thread File Upload - AND hidden values

I've only used CGI.pm to parse query parms. But if you insist on doing it yourself, I think the hidden fields are going to be field=value pairs in STDIN that you apparently assume is just the uploaded file. Since you are writing everything to a temp file, take a look in there and see if you can find references to the hidden fields. HTH
  • Comment on Re: Re: Re: File Upload - AND hidden values