Closed djfly closed 10 years ago
in yii1 can use allowEmpty and tooLarge
array('img', 'file', 'allowEmpty'=>true, 'types'=>'jpg, gif, png', 'maxSize'=>2097152, 'tooLarge' => '{file}files can not exceed 2MB. Please upload a small bit of the file.',),
in yii2 how can i do this?
skipOnEmpty and tooBig.
skipOnEmpty
tooBig
thanks!
in yii1 can use allowEmpty and tooLarge
in yii2 how can i do this?