MISP/app/View/Templates/template_file_upload.ctp

4 lines
88 B
PHP

<?php
echo $this->Form->create('', array('type' => 'file'));
echo $this->Form->end();
?>