Added resulting document name setting

This commit is contained in:
2023-11-28 23:35:27 +03:00
parent 98132b89b8
commit 8e69f8aaf6
3 changed files with 26 additions and 13 deletions

View File

@@ -7,6 +7,7 @@
</head>
<body>
<form action="/upload" method="POST" enctype="multipart/form-data">
<input placeholder="optional" type="text" name="filename" id="filename">
<input type="file" name="files" multiple>
<button type="submit">Submit</button>
</form>