ACC SHELL

Path : /srv/www/vhosts/tsisystem/app/views/files/
File Upload :
Current File : //srv/www/vhosts/tsisystem/app/views/files/admin_add.thtml

<div id="main">
  <div style="padding: 1em">

<h1>Nahrát soubory</h1>

<p>Pokud nahrajete obrázky (*.jpg, *.png) bude možno je stáhnout (zobrazit)
bez přihlášení, ke stažení všech ostatních souborů bude nutné přihlášení</p>

<form action="<?php echo $html->url('/admin/files/add'); ?>" method="post" enctype="multipart/form-data">
  <input type="hidden" name="MAX_FILE_SIZE" value="<?php echo 8000*1024; ?>" />
  <input type="file" name="file1" />
  <input type="file" name="file2" />
  <br />
  <input type="file" name="file3" />
  <input type="file" name="file4" />
  <br />
  <input type="file" name="file5" />
  <input type="file" name="file6" />
  <br />
  <input type="submit" value="Nahrát" />
</form>

<p />
<?php echo $html->link('Zpět na seznam', '/admin/files/index')?>

  </div>
</div>



ACC SHELL 2018