mirror of
https://github.com/plexusorg/Module-HTTPD.git
synced 2025-04-18 00:33:02 +00:00
12 lines
513 B
HTML
12 lines
513 B
HTML
Schematics
|
|
SCHEMATICS
|
|
<h2>Plex HTTPD</h2>
|
|
<label for="formFile" class="form-label">Please select a schematic file to upload.</label>
|
|
<div class="mb-3 p-3">
|
|
<form class="input-group justify-content-center" enctype="multipart/form-data" method="post" action="/api/schematics/uploading">
|
|
<label class="btn btn-primary">
|
|
Browse <input type="file" name="file" id="formFile" hidden>
|
|
</label>
|
|
<input type="submit" class="btn btn-outline-primary" value="Upload">
|
|
</form>
|
|
</div> |