Changes
Title
unchanged
Api of Multiple File Uploading in Yii2
Category
unchanged
Tutorials
Yii version
unchanged
2.0
Tags
unchanged
File upload,API,Multiple File,Image upload,yii2,REST API
Content
changed
[...]
[['post_id'], 'exist', 'skipOnError' => true, 'targetClass' => Post::className(), 'targetAttribute' => ['post_id' => 'id']],
];
}
```
y
You can add extension or any skiponempty method also
in model.
And this is my controller action where I p
erformed multiple file uploading
code.
```php
public function actionMultiple(){[...]
```
If any query or question I will re
spond
.