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

Re: Re: PoCo::Server::HTTP and CGI Uploads

by OverlordQ (Hermit)
on Feb 22, 2004 at 06:40 UTC ( [id://330899]=note: print w/replies, xml ) Need Help??


in reply to Re: PoCo::Server::HTTP and CGI Uploads
in thread PoCo::Server::HTTP and CGI Uploads

Humm that caught it, died with "not a Fh at filebot.pl line 153."
Now . . to figure out why that's not working :)
Edit: Humm changed the old line
my $file = $cgi->param("file");
to
my $file = $cgi->param("file") or die "Cannot get file param: $!\n";

And it dies with: "Cannot get param: "

Edit: Latest verion will always be in my pad
now it dies with the error:
Cannot do upload: No child processes

Log In?
Username:
Password:

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

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

    No recent polls found