Module-HTTPD/src/main/resources/httpd/schematic_upload.html

10 lines
442 B
HTML

Schematics
SCHEMATICS
<h2>Plex HTTPD</h2>
<div class="mb-3 col-6">
<label for="formFile" class="form-label">Please select a schematic file to upload.</label>
<form class="input-group" enctype="multipart/form-data" method="post" action="/api/schematics/uploading">
<input class="form-control" type="file" name="file" id="formFile">
<input type="submit" class="btn btn-outline-primary" value="Upload">
</form>
</div>