aboutsummaryrefslogtreecommitdiff
path: root/example_frontend.html
diff options
context:
space:
mode:
Diffstat (limited to 'example_frontend.html')
-rw-r--r--example_frontend.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/example_frontend.html b/example_frontend.html
new file mode 100644
index 0000000..137594e
--- /dev/null
+++ b/example_frontend.html
@@ -0,0 +1,12 @@
+<div style="width: 400px;">
+ <form action="http://localhost:8080" method="post" enctype="multipart/form-data">
+ <fieldset>
+ <legend>Upload a file</legend>
+ <label>
+ Select file:
+ <input type="file" name="file" required>
+ </label>
+ <button type="submit">Upload</button>
+ </fieldset>
+ </form>
+</div>