I have very similar code working successfully (with perl 5.005_03 and CGI 2.752, but not mod_perl - it might be that).
The relevant bits are:
Hugomy $file = $cgi->param('datei'); my $fh = $cgi->upload('datei'); # and then I just do: local $/; $text = <$fh>;
In reply to Re: CGI upload and mod_perl
by hv
in thread CGI upload and mod_perl
by physi
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |