feat: Add zip uploads

This commit is contained in:
2024-02-23 15:15:34 +11:00
parent 072d7c7b58
commit aadaf58e45
3 changed files with 29 additions and 6 deletions

View File

@@ -113,7 +113,7 @@
<div class="col" style="margin-top: 25px;">
<h1>Content</h1>
<div id="dropZone" class="drop-zone">
<p>Click or drop files here</p><input type="file" id="fileInput" multiple="">
<p>Click or drop files here. Drop a zip to include folders</p><input type="file" id="fileInput" multiple="">
</div><ul class="list-group">
{{files|safe}}
</ul>