Support uploading multiple files
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user