diff options
Diffstat (limited to 'views/upload.hbs')
| -rw-r--r-- | views/upload.hbs | 10 |
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 |
