in reply to Re^2: CGI.pm POST_MAX not working
in thread CGI.pm POST_MAX not working
Ibidem, a bit below...?
"To protect you from excessively large files there is also a limit of 16MiB by default, which you can tweak with the attribute "max_request_size" in Mojolicious."
# Increase limit to 1GiB app->max_request_size(1073741824);
«The Crux of the Biscuit is the Apostrophe»
perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: CGI.pm POST_MAX not working
by Anonymous Monk on Jan 23, 2018 at 00:37 UTC |