File Upload
These are all available error checks dealing with file uploads. You can restrict allowed file types, set min and max uploadable files for one upload field and more.
fileAllowedTypes
Checks if the filetype of an uploaded file is allowed.
fileMinCount
Checks if the files uploaded from a field are more than or equal the configured value
fileMaxCount
Checks if the files uploaded from a field are less than the configured value
fileMinSize
Checks if the size of an uploaded file is at least the configured value (in Byte)
fileMaxSize
Checks if the size of an uploaded file is less than the configured value (in Byte)
fileMaxTotalSize
Checks if the size of all uploaded file is less than the configured value (in Byte)
fileRequired
Checks if a file has been uploaded from this field