This commit is contained in:
2024-04-25 22:38:04 +02:00
parent b38b4726d9
commit 4996e52d4d
4 changed files with 36 additions and 3 deletions

View File

@@ -5,4 +5,3 @@
<input name="userfile" type="file" id="fileInput" />
<input type="button" value="Send File" onclick="uploadFile()" />
</form>
<div id="uploadStatus"></div>