summaryrefslogtreecommitdiffstats
path: root/views/upload.hbs
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2021-11-02 23:18:46 +0100
committerMaksymilian Jopek <maks@jopek.eu>2021-11-02 23:41:18 +0100
commit9cff90d8ed3880670c9ff49dbe2a993b5aeb3132 (patch)
tree779baff2cad04f2aa5e302605717f8613be43e2a /views/upload.hbs
downloadbars-manager-9cff90d8ed3880670c9ff49dbe2a993b5aeb3132.tar.gz
bars-manager-9cff90d8ed3880670c9ff49dbe2a993b5aeb3132.tar.zst
bars-manager-9cff90d8ed3880670c9ff49dbe2a993b5aeb3132.zip
v1.0.0
Diffstat (limited to 'views/upload.hbs')
-rw-r--r--views/upload.hbs10
1 files changed, 10 insertions, 0 deletions
diff --git a/views/upload.hbs b/views/upload.hbs
new file mode 100644
index 0000000..1ba8698
--- /dev/null
+++ b/views/upload.hbs
@@ -0,0 +1,10 @@
+<div style="float: left; width: 19%; height: 90%; background-color: grey; color: lightgrey; font-size: 1.4em; text-align: center;">
+ Multiupload
+</div>
+<div style="float: left; width: 80%; font-color: lightgrey; margin-left: 10px; margin-top: -10px;">
+ <form action="/upload" method="POST" enctype="multipart/form-data" style="margin: 40px">
+ <input type="file" accept="*/*" name="upl" multiple id="files" style="font-size: 1.3em;">
+ <button type="submit" style="font-size: 1.3em;">Upload</button>
+ </form>
+ {{!-- <button onclick="uploadFiles()">Upload</button> --}}
+</div> \ No newline at end of file