We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d6f0a2 + aa406e1 commit 0989b22Copy full SHA for 0989b22
html/update.html
@@ -11,7 +11,7 @@
11
<h1>Firmware Update</h1>
12
<form enctype="multipart/form-data" action="/upload" method="POST">
13
<input type="hidden" name="MAX_FILE_SIZE" value="1000000" />
14
- Choose a firmware update file to upload: <input name="uploadedfile" type="file" /><br />
+ Choose a firmware update file to upload: <input name="uploadedfile" type="file" accept=".bin" /><br />
15
<input type="submit" value="Upload File" />
16
</form>
17
<script src="/navigation.js"></script>
0 commit comments