Api of Multiple File Uploading in Yii2

Comparing #3 with #6

Content

[...]
[['post_id'], 'exist', 'skipOnError' => true, 'targetClass' => Post::className(), 'targetAttribute' => ['post_id' => 'id']],
];
}

```
y
 
 
Y
ou can add extension or any skiponempty method also in model. And this is my controller action where I performed multiple file uploading code.
 
 

```php
public function actionMultiple(){
[...]
```


 
If any query or question I will respond.