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