1 2 3 4 5
<?php echo $this->form->create(); echo $this->form->field(array('type' => 'file')); echo $this->form->end(); ?>