|
NAMEHTML::FormFu::Constraint::File::Size - File Size ConstraintVERSIONversion 2.07DESCRIPTIONEnsure that an uploaded file meets minimum or maximum size constraints.METHODSminimumminOptional.The minimum file size in bytes. "min" is an alias for "minimum". maximummaxOptional.The maximum file size in bytes. "max" is an alias for "maximum". minimum_kilobytemin_kilobyteShortcut for "$constraint->minimum( $value * 1024 )"."min_kilobyte" is an alias for "minimum_kilobyte". maximum_kilobytemax_kilobyteShortcut for "$constraint->maximum( $value * 1024 )"."max_kilobyte" is an alias for "maximum_kilobyte". minimum_megabytemin_megabyteShortcut for "$constraint->minimum( $value * 1_048_576 )"."min_megabyte" is an alias for "minimum_megabyte". maximum_megabytemax_megabyteShortcut for "$constraint->maximum( $value * 1_048_576 )"."max_megabyte" is an alias for "maximum_megabyte". SEE ALSOIs a sub-class of, and inherits methods from HTML::FormFu::ConstraintHTML::FormFu AUTHORCarl Franks, "cfranks@cpan.org"LICENSEThis library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.AUTHORCarl Franks <cpan@fireartist.com>COPYRIGHT AND LICENSEThis software is copyright (c) 2018 by Carl Franks.This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Visit the GSP FreeBSD Man Page Interface. |