9 lines
251 B
Handlebars
9 lines
251 B
Handlebars
<form method='post' action='/file/upload' enctype='multipart/form-data'>
|
|
<div>
|
|
<label for='file'>Choose file to upload</label>
|
|
<input type='file' id='file' name='file' multiple />
|
|
</div>
|
|
<div>
|
|
<button>Submit</button>
|
|
</div>
|
|
</form> |