$uploadRequired public property
The error message used when no file is uploaded. Note that this is the text of the validation error message. To make uploading files required, you have to set $skipOnEmpty to false
.
public string $uploadRequired = null
Please login to continue.