Answer the question
In order to leave comments, you need to log in
How to set up image validation in yii2?
There is a form model:
<?php
namespace app\models;
use Yii;
use yii\base\Model;
class Profileavatarform extends Model {
public $file;
public function rules() {
return [
['file', 'file'],
];
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question