index.html 425 B

1234567
  1. <body style="margin:0px;padding:0px;text-align:left">
  2. <form name="form" enctype="multipart/form-data" action="{:url('upload/upload')}" method="post">
  3. <input type="hidden" name="path" value="{$path}">
  4. <input type="hidden" name="id" value="{$id}">
  5. <input type="file" id="file1" name="file1" style="width: 200px; height: 25px;">
  6. <input type="submit" name="submit" class="input" value="{:lang('upload')}">
  7. </form>