Revision #7 has been created by samdark on Jan 20, 2019, 9:04:38 PM with the memo:
Set version
« previous (#6)
Changes
Title
unchanged
Multiple files uploader with CMultiFileUpload
Category
unchanged
How-tos
Yii version
changed
1.1
Tags
changed
File upload, CMultiFileUpload
Content
changed
[...]
**In your controller.**
```php
public function actionCreate()[...]
```php
<?php
$this->widget('CMultiFileUpload', array(
'model'=>$model,
'attribute'=>'photos',
'accept'=>'jpg|gif|png',[...]