Add files via upload

This commit is contained in:
Astatin3
2023-02-27 19:41:26 -07:00
committed by GitHub
parent 6ae25b581b
commit fee70f5190
2 changed files with 190 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<form>
<input type="file" id="fileInput" accept=".json"><br>
<select id="dropDown" style="display:none;" onchange="setInput(this.selectedIndex)"></select>
<select id="dropDown" style="display:none;" onchange="setInput(conf.length-1 - this.selectedIndex)"></select>
<br>
<br>
<input type="input" id="site" placeholder="Site"><br>