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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.