Skip to content

Commit

Permalink
improve html progress
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Oct 16, 2023
1 parent d9b4ab7 commit 3267708
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RemoteIDModule/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,12 @@ <h2>Documentation</h2>
</div>
<h2>Firmware Update</h2>

<div id='progress'>upload progress: 0%</div>
<form method='POST' action='#' enctype='multipart/form-data' id='upload_form'>
<input type='file' name='update'>
<input type='submit' value='Update'>
</form>
<div id='progress'>upload progress: 0%</div>
<p>

<script>
$('form').submit(function(e) {
Expand Down

0 comments on commit 3267708

Please sign in to comment.