mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-18 17:26:46 +00:00
6 lines
209 B
HTML
6 lines
209 B
HTML
<html>
|
|
<form action="/firmware" enctype="multipart/form-data" method="post">
|
|
<input name="file" type="file" accept=".bin">
|
|
<button type="submit" class="">Upload</button>
|
|
</form>
|
|
</html> |