diff options
Diffstat (limited to 'views/Photos/add.html.php')
-rw-r--r-- | views/Photos/add.html.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/views/Photos/add.html.php b/views/Photos/add.html.php new file mode 100644 index 0000000..cd6e508 --- /dev/null +++ b/views/Photos/add.html.php @@ -0,0 +1,5 @@ +<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(); ?>
\ No newline at end of file |