Difference between #3 and #4 of
Api of Multiple File Uploading in Yii2

Revision #4 has been created by fezzymalek on Sep 15, 2020, 11:52:55 AM with the memo:

code
« previous (#3) next (#5) »

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']],
];
}

```

 
 
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
5 0
4 followers
Viewed: 64 618 times
Version: 2.0
Category: Tutorials
Written by: fezzymalek
Last updated by: fezzymalek
Created on: Sep 15, 2020
Last updated: 2 years ago
Update Article

Revisions

View all history