Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: cgi and upload_hook

by TedPride (Priest)
on May 22, 2006 at 10:12 UTC ( [id://550895]=note: print w/replies, xml ) Need Help??


in reply to cgi and upload_hook

Thing is, there's no way to tell for sure where inside the passed data any specific variable is until the entire batch of data is processed, since browsers can pass the fields in any order. So the entire data feed has to be processed first. This means that your hook probably won't be able access the $cgi variable, since the hook runs during the processing. You'll just have to live with that.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-19 02:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found