Revision #3                                    has been created by 
 fezzymalek                                    on Sep 15, 2020, 11:52:10 AM with the memo:
                                
                                
                                    code                                
                                                                    « previous (#2)                                                                                                    next (#4) »                                                            
                            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
    [...]
This is my question I asked on forum and it works for me
https://forum.yiiframework.com/t/multiple-file-uploading-api-in-yii2/130519
Implement this code in model for **Multiple File Uploading**
 
```php
public function rules()
    {[...]
];
    }
    
 
```
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(){[...]