Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: CGI.pm's upload hook with tempfile off

by robartes (Priest)
on Nov 10, 2006 at 08:51 UTC ( [id://583309]=note: print w/replies, xml ) Need Help??


in reply to CGI.pm's upload hook with tempfile off

Which version of CGI are you using (try perl -MCGI -e "print $CGI::VERSION"), and what is the error you get when you set the use_tempfile parameter to 1?

CU
Robartes-

Replies are listed 'Best First'.
Re^2: CGI.pm's upload hook with tempfile off
by friedo (Prior) on Nov 10, 2006 at 20:09 UTC
    I'm using CGI version 3.15. I don't get any errors in the logs when I set the parameter to 1 or 0, it just fails to call the hook.

      It seems that CGI 3.15, which you have, does not have the use_tempfile parameter. The parameter you provide in your call to CGI::new() gets passed on to the 'normal' CGI initialisation (i.e. the code that builds the query contents), probably leading to all kinds of funny stuff behind the scenes.

      Try upgrading to CGI version 3.25, which does support the use_tempfile parameter. I have not checked whether it actually does anything yet, but at least you can set it in 3.25, as opposed to 3.15.

      Hope this helps you.

      CU
      Robartes-

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://583309]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (1)
As of 2024-04-18 23:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found