There is a way to limit the size of posts when using CGI.pm. There is a variable called $CGI::POST_MAX that contains the maximun size of posts. This certainly affects file uploads.
You can find out what the limit is on your system by using this
use CGI; print $CGI::POST_MAX;
If this prints a negative value then there isn't a limit.
To find out more look at perldoc CGI.
--blm-- If you don't like this post can you please /msg meIn reply to Re: Beating the system
by blm
in thread Beating the system
by mikeirw
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |