mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
d8c46ff78a
This is the code that uguu.se is running, based off Pomf.
7 lines
363 B
Plaintext
7 lines
363 B
Plaintext
<form id="upload-form" enctype="multipart/form-data" method="post" action="upload.php?output=html">
|
|
<button id="upload-btn" class="btn" type="button">Select or drop file(s)</button>
|
|
<input type="file" id="upload-input" name="files[]" multiple data-max-size="{{max_upload_size}}MiB">
|
|
<input type="submit" value="Submit">
|
|
</form>
|
|
<ul id="upload-filelist"></ul>
|