Difference between #6 and #7 of
Multiple files uploader with CMultiFileUpload

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',
[...]
5 0
8 followers
Viewed: 281 195 times
Version: 1.1
Category: How-tos
Written by: Interboy
Last updated by: samdark
Created on: Sep 27, 2013
Last updated: 5 years ago
Update Article

Revisions

View all history