validators\FileValidator $tooBig

$tooBig public property

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

  • {attribute}: the attribute name
  • {file}: the uploaded file name
  • {limit}: the maximum size allowed (see getSizeLimit())
  • {formattedLimit}: the maximum size formatted with Formatter::asShortSize()
public string $tooBig = null
doc_Yii
2016-10-30 17:13:40
Comments
Leave a Comment

Please login to continue.