You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
493 B
Plaintext
14 lines
493 B
Plaintext
extends layout.pug
|
|
block content
|
|
h1 invoice signer
|
|
form(method='post', enctype='multipart/form-data')
|
|
label(for="file", class="btn") Select Image
|
|
input(type='file', name='uploadFile')
|
|
input(type='submit', name='uploadFile', value='Upload Document')
|
|
div
|
|
h3 Download Section
|
|
form(action='/invoice_sign/download', method='get')
|
|
button(type='submit') Download
|
|
ul
|
|
each file in lastFiles
|
|
li= file.name |