Skip to content

Commit

Permalink
improve upload form
Browse files Browse the repository at this point in the history
  • Loading branch information
softwarecrash committed Dec 30, 2023
1 parent 3a3c0cb commit c5d4424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webpages/HTML_SETTINGS.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ <h1>Settings</h1>
<div class="d-grid gap-2">
<form id="uploadform">
<div class="input-group">
<input class="form-control" id="uploadformfield" aria-describedby="uploadformfield" aria-label="Upload"
<input class="form-control" id="uploadformfield" aria-describedby="uploadformfield" aria-label="Upload" accept=".bin"
accept=".bin" type="file" name="update">
<input id="uploadbutton" class="btn btn-outline-secondary" type="button" value="Update" onclick="postFile()">
<input id="uploadbutton" class="btn btn-outline-secondary" type="button" value="Firmware Update" onclick="postFile()">
</div>
</form>

Expand Down

0 comments on commit c5d4424

Please sign in to comment.