Files
timelapse_backend/views/index.pug
2020-10-04 15:33:21 -05:00

9 lines
246 B
Plaintext

doctype html
html(lang='en')
head
title Simple multipart/form-data example
body
form(action='/upload' enctype='multipart/form-data' method='POST')
input(type='file' name='photo')
input(type='submit' value='Upload a file')