in reply to
Restricting the size of Input file
If you use mod_perl and want to have different limits for different CGIs, use
local
:
local $CGI::POST_MAX = $limit;
[download]
Comment on
Re: Restricting the size of Input file
Download
Code
In Section
Seekers of Perl Wisdom