blob: 1ba8698a656c0d4c80d5af6e4c8ae671d8125a3e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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>
|