monkfan has asked for the wisdom of the Perl Monks concerning the following question:
We would like to know the size of:use CGI qw/:standard/; # snip textarea( -name => 'some_name', -rows => 10, -columns => 50, -wrap => 'physical' ); #or filefield(-name=>'upload_file', -size=>60)
Besides, cgi-lib.pl has a method called "maxdata" as a way to limit the size of the uploaded/inserted file.param('some_name'); # of text area and param('upload_file') # of file field
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: To know parameter size in CGI.pm
by derby (Abbot) on May 20, 2006 at 14:17 UTC | |
by monkfan (Curate) on May 20, 2006 at 14:31 UTC | |
by derby (Abbot) on May 20, 2006 at 14:46 UTC | |
|
Re: To know parameter size in CGI.pm
by CountZero (Bishop) on May 20, 2006 at 14:50 UTC | |
|
Re: To know parameter size in CGI.pm
by ww (Archbishop) on May 20, 2006 at 14:31 UTC |