14 lines
312 B
Handlebars
14 lines
312 B
Handlebars
<form
|
|
method='post'
|
|
action='/jobs/{{jobName}}/addFile'
|
|
enctype='multipart/form-data'
|
|
>
|
|
<p>File will be split on newline characters</p>
|
|
<div>
|
|
<label for='file'>Choose file to upload</label>
|
|
<input type='file' id='file' name='file' />
|
|
</div>
|
|
<div>
|
|
<button>Submit</button>
|
|
</div>
|
|
</form> |