Improvoe focolive, add job views

This commit is contained in:
2024-04-25 08:08:23 -06:00
parent 4e07eee0b9
commit e3682dfae6
6 changed files with 243 additions and 19 deletions

14
views/jobs/add.hbs Normal file
View File

@@ -0,0 +1,14 @@
<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>