$CGI::DISABLE_UPLOADS = 1; # Disable uploads $CGI::POST_MAX = $max_post; # Maximum number of bytes per post
Where is the best place to put these statements when using CGI::Application? Before you issue a my $cgi = $self->query(); statement? In the setup method? The top of the program under the "use" statements but before the subs are defined? Thanks.
In reply to CGI::Application and CGI security by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |