<h1>Upload a photo</h1> <?= $this->form->create($photo, array('type' => 'file')); ?> <?= $this->form->field('file', array('type' => 'file')); ?> <?= $this->form->submit("Upload"); ?> <?= $this->form->end(); ?>