34k+
News
Guide
API
Wiki
Forum
Community
Places
Members
Hall of Fame
Badges
More
Learn
Books
Resources
Develop
Download Yii
Extensions
Report an Issue
Report a Security Issue
Contribute to Yii
Donate
About
Release Cycle
License
Team
Official Logos and Design
Login
How to upload a file using a model
Comparing
#1
with
#2
Revision #2 was created by
jonah
on Aug 23, 2009, 4:44:42 AM.
<?php echo CHtml::endForm(); ?> instead of </form>
« Previous (#1)
Next (#3) »
Content
[...]
```php
<?php echo CHtml::form('','post',array('enctype'=>'multipart/form-data')); ?>
...
<?php echo CHtml::activeFileField($model, 'image'); ?>
...
<
/form
?php echo CHtml::endForm(); ?
> ```