Add files via upload

This commit is contained in:
Giandonato Inverso
2020-09-08 18:09:19 +02:00
committed by GitHub
parent 97df13f3f0
commit 86f32b6327
83 changed files with 12716 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<fieldset>
<div class="col-sm-4">
<div class="form-group">
<label for="filename">Filename *</label>
<p>N.B. You can change the name of the file visible in the table, however a new qr code will NOT be generated</p>
<input type="text" name="filename" value="<?php echo htmlspecialchars($edit ? $static_qrcode['filename'] : '', ENT_QUOTES, 'UTF-8'); ?>" placeholder="Filename" class="form-control" required="required" id = "filename">
</div>
</div>
</fieldset>