Support uploading multiple files

This commit is contained in:
2024-09-14 02:02:35 +02:00
parent 64a6eb20a0
commit 707de8fcf1
4 changed files with 138 additions and 71 deletions

View File

@ -112,7 +112,7 @@
<body>
<h1>Simple Downloader</h1>
<form action="/upload" method="post" enctype="multipart/form-data">
<input type="file" name="file" accept=".drmd">
<input type="file" name="files" accept=".drmd" multiple>
<input type="submit" value="Upload and Process">
</form>
<h2>Currently Running Jobs</h2>