in reply to Re^2: CGI - How to use upload_hook and query the query string ?
in thread CGI - How to use upload_hook and query the query string ?

Your right. I looked at the source, but I looked too quickly and mistook something else for the parsing of QUERY_STRING. They'll have to modify their CGI.pm or use my alternate solution.
  • Comment on Re^3: CGI - How to use upload_hook and query the query string ?

Replies are listed 'Best First'.
Re^4: CGI - How to use upload_hook and query the query string ?
by roadrunner (Acolyte) on Feb 08, 2006 at 13:08 UTC
    I've gone down the route of putting the parameters in the URL action of the form as simple query paramaters which seems to work just fine. Many thanks for all the suggestions.