summaryrefslogtreecommitdiff
path: root/template/upload_head.html
blob: 542bc78fb11518b8a3cccf70e64862993a51b9e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
<h1><i class="fa-regular fa-folder-open"></i> Uploading</h1>
<p>to <pre>@@path@@</pre></p>
<form action="@@submit_url@@" method="post" enctype="multipart/form-data">
	<div>
	<label for="file">File(s):</label>
	<input type="file" name="file" id="file" multiple />
	</div>
	<div>
	<input type="submit" value="Upload" />
	</div>
</form>