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