index.html.php 115 B

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