working file upload

This commit is contained in:
C4illin 2024-05-17 19:23:05 +02:00
parent 787ff9741e
commit a0885013bb
6 changed files with 66 additions and 15 deletions

View file

@ -27,13 +27,13 @@
<main class="container-fluid">
<!-- File upload -->
<form method="post" enctype="multipart/form-data">
<form method="post" action="upload" enctype="multipart/form-data">
<div>
<article>
<table id="file-list">
</table>
<input type="file" name="file" multiple />
</article>
<!-- <div class="icon">></div> -->
<article>
@ -48,7 +48,8 @@
</article>
</div>
<div class="center">
<button type="submit">Convert</button>
<input type="submit" value="Convert">
<!-- <button type="submit">Convert</button> -->
</div>
</form>
</main>