in reply to Re: Re: Re: Re: Re: Yet another CGI Upload problem - not like the others!
in thread Yet another CGI Upload problem - not like the others!
use CGI::Simple; $CGI::Simple::DISABLE_UPLOADS = 0; # enable uploads $CGI::Simple::POST_MAX = 1_048_576; # allow 1MB uploads $q = new CGI::Simple;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Yet another CGI Upload problem - not like the others!
by tachyon (Chancellor) on Sep 25, 2004 at 01:17 UTC |