Skip to content

Commit 0989b22

Browse files
authored
Merge pull request #34 from vDorst/feat_html_firmware_select
html: firmware selection: limit extension only to .bin
2 parents 1d6f0a2 + aa406e1 commit 0989b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/update.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<h1>Firmware Update</h1>
1212
<form enctype="multipart/form-data" action="/upload" method="POST">
1313
<input type="hidden" name="MAX_FILE_SIZE" value="1000000" />
14-
Choose a firmware update file to upload: <input name="uploadedfile" type="file" /><br />
14+
Choose a firmware update file to upload: <input name="uploadedfile" type="file" accept=".bin" /><br />
1515
<input type="submit" value="Upload File" />
1616
</form>
1717
<script src="/navigation.js"></script>

0 commit comments

Comments
 (0)