validators\FileValidator $maxSize

$maxSize public property

The maximum number of bytes required for the uploaded file. Defaults to null, meaning no limit. Note, the size limit is also affected by upload_max_filesize and post_max_size INI setting and the 'MAX_FILE_SIZE' hidden field value. See getSizeLimit() for details.

See also:

public integer $maxSize = null
doc_Yii
2016-10-30 17:13:38
Comments
Leave a Comment

Please login to continue.