add upload button

This commit is contained in:
Yannik Schmidt
2021-10-10 01:18:58 +02:00
parent f1d1b50aac
commit bfdb673202
3 changed files with 26 additions and 2 deletions

View File

@@ -7,6 +7,11 @@
<body>
{% include 'navbar.html' %}
<div style="font-size: 16px; font-weight: 300;" class="container mt-5 mb-3" role="main">
<form class="my-3 form-border" action="/" method="POST" enctype="multipart/form-data">
<input type="file" name="file" />
<input type="submit" value="Upload"/>
</form>
<hr class="my-2">
<table id="tableMain" class="table table-striped table-bordered table-sm"
cellspacing="0">
<thead>