Answer the question
In order to leave comments, you need to log in
Uploading files in yii2 debug?
Hello!
Faced such a problem, I upload a picture using UploadForm (the standard algorithm for uploading files in yii2). Everything would be fine, but one picture stubbornly refuses to load, moreover, if you remove the line from the rules :'extensions' => 'jpg, png'
public function rules()
{
return [
[['imageFile'], 'file', 'skipOnEmpty' => false, 'extensions' => 'jpg, png'],
];
}
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