.. _filecountmin: ============ FileCountMin ============ Checks if the files uploaded from a field are more than or equal the configured value. .. code-block:: typoscript Example Code: validators { DefaultValidator { model = DefaultValidator config { fields { image.errorChecks { fileCountMin { model = FileCountMin fileCountMin = 1 } } } } } } **Properties** .. list-table:: :align: left :width: 100% :widths: 20 80 :header-rows: 0 :stub-columns: 0 * - **fileCountMin** - Sets the min amount of files a field must upload. * - - * - *Mandatory* - False * - *Data Type* - Integer * - *Default* - 0 .. toctree:: :maxdepth: 2 :hidden: