]> jfr.im git - uguu.git/blob - src/templates/partials/upload_form.ejs
fix html
[uguu.git] / src / templates / partials / upload_form.ejs
1 <form id="upload-form" enctype="multipart/form-data" method="post" action="upload.php?output=html">
2 <button id="upload-btn" class="btn" type="button">Drop or paste file(s)</button>
3 <input type="file" id="upload-input" name="files[]" multiple data-max-size="<%= max_upload_size %>MiB">
4 <input type="submit" value="Submit">
5 </form>
6 <ul id="upload-filelist"></ul>