validators\FileValidator $tooSmall

$tooSmall public property

The error message used when the uploaded file is too small. You may use the following tokens in the message:

  • {attribute}: the attribute name
  • {file}: the uploaded file name
  • {limit}: the value of $minSize
  • {formattedLimit}: the value of $minSize formatted with [[\yii\i18n\Formatter::asShortSize()|Formatter::asShortSize()]
public string $tooSmall = null
doc_Yii
2016-10-30 17:13:40
Comments
Leave a Comment

Please login to continue.