in reply to Re: Need to use data passed from FORM from HTML page to CGI upload script.
in thread Need to use data passed from FORM from HTML page to CGI upload script.

Thanks for the update. But when I am using xyz() in the print_page(),upload function fails even if I retrieve the parameters. Code I pasted is generic one which doesn't include all the permutation & combination what I tried. If you have any suggestion where to use xyz() and still upload option works,I am open to try that. Thanks.

  • Comment on Re^2: Need to use data passed from FORM from HTML page to CGI upload script.

Replies are listed 'Best First'.
Re^3: Need to use data passed from FORM from HTML page to CGI upload script.
by hippo (Archbishop) on Jul 26, 2019 at 11:37 UTC

    Is your question really just "How can a handler with CGI.pm retrieve both file and non-file params in one run"? Because that's an easy one to demonstrate and means we can ignore the rest of what you have there.