|
NAMEHTML::FormFu::Constraint::File::Size - File Size Constraint VERSIONversion 2.07 DESCRIPTIONEnsure that an uploaded file meets minimum or maximum size constraints. METHODSmin_kilobyteShortcut for "$constraint->minimum( $value * 1024 )". "min_kilobyte" is an alias for "minimum_kilobyte". max_kilobyteShortcut for "$constraint->maximum( $value * 1024 )". "max_kilobyte" is an alias for "maximum_kilobyte". min_megabyteShortcut for "$constraint->minimum( $value * 1_048_576 )". "min_megabyte" is an alias for "minimum_megabyte". max_megabyteShortcut for "$constraint->maximum( $value * 1_048_576 )". "max_megabyte" is an alias for "maximum_megabyte". 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.
|