.. _filesizemax: =========== FileSizeMax =========== Checks if the size of an uploaded file is less or equal than the configured value. .. code-block:: typoscript Example Code: validators { DefaultValidator { model = DefaultValidator config { fields { image.errorChecks { fileSizeMax { model = FileSizeMax fileSizeMax = 52428800 } } } } } } **Properties** .. list-table:: :align: left :width: 100% :widths: 20 80 :header-rows: 0 :stub-columns: 0 * - **fileSizeMax** - Sets the max size a uploaded file can be. (in Byte) * - - * - *Mandatory* - False * - *Data Type* - False|Integer * - *Default* - False .. toctree:: :maxdepth: 2 :hidden: