I figured out my problem. In order to my CGI::Minimal work on my Windows 2000 system I need to initialize $cgi object this way:
binmode STDIN; # CGI::Minimal will freeze without it with multipart/fo +rm-data forms my $cgi = CGI::Minimal->new;
Once you do that, it works like a charm.
In reply to Re: Re: Re: Re: Re: CGI::Minimal does not work with enctype="multipart/form-data"?
by relax99
in thread CGI::Minimal does not work with enctype="multipart/form-data"?
by relax99
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |