clean up views
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
extends layout
|
doctype html
|
||||||
|
html(lang='en')
|
||||||
block content
|
head
|
||||||
h1= title
|
title Simple multipart/form-data example
|
||||||
p Welcome to #{title}
|
body
|
||||||
form(action='/upload' enctype='multipart/form-data' method='POST')
|
form(action='/upload' enctype='multipart/form-data' method='POST')
|
||||||
input(type='file' name='photo')
|
input(type='file' name='photo')
|
||||||
input(type='submit' value='Upload a file')
|
input(type='submit' value='Upload a file')
|
||||||
|
|||||||
Reference in New Issue
Block a user