add.html.php 174 B

1234
  1. <?= $this->form->create($photo, array('type' = > 'file')); ?>
  2. <h1>Upload a photo</h1>
  3. <?= $this->form->field('file', array('type' => 'file')); ?>
  4. <? $this->form->end(); ?>