Api of Multiple File Uploading in Yii2

Comparing #3 with #4

Revision #4 was created by fezzymalek fezzymalek on Sep 15, 2020, 11:52:55 AM.

code

Content

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

```

 
 
you can add extension or any skiponempty method also And this is my controller action where I prformed multiple file uploading
 
 
```php
public function actionMultiple(){
$model = new Media;
[...]
```


 
If any query or question I will repond