Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: CGI Uploading Trouble

by steves (Curate)
on Nov 10, 2004 at 20:23 UTC ( [id://406787]=note: print w/replies, xml ) Need Help??


in reply to CGI Uploading Trouble

Here's a snippet from an upload script I use. I can't remember where I found the docs that explain what to set here though. I will look.

$response = $ua->request(POST $url, Content_Type => 'form-data', Content => [ TextField1 => "TEST", mptest => +[$file]]);
$file is just the name of the file but I seem to recall that it can also be a filehandle.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (2)
As of 2024-04-26 03:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found