image_node/views/index.pug

8 lines
198 B
Text
Raw Normal View History

extend layout
block content
h1 Image Node
form(method="POST", action="/upload", enctype="multipart/form-data")
input(type="file", name="image", accept="image/*")
button(type="submit") Upload
2020-04-26 15:22:43 +02:00