mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
html: firmware selection: limit extension only to .bin
This makes it quicker to select firmware image from the output directory. You can still select at File type "All Files" if the extention is diffrent.
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@
|
||||
<h1>Firmware Update</h1>
|
||||
<form enctype="multipart/form-data" action="/upload" method="POST">
|
||||
<input type="hidden" name="MAX_FILE_SIZE" value="1000000" />
|
||||
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 />
|
||||
<input type="submit" value="Upload File" />
|
||||
</form>
|
||||
<script src="/navigation.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user