Skip to content

Instantly share code, notes, and snippets.

@bbeaumont
Created July 1, 2013 22:28
Show Gist options
  • Save bbeaumont/5905194 to your computer and use it in GitHub Desktop.
Save bbeaumont/5905194 to your computer and use it in GitHub Desktop.
extends layout
block content
h1 title
form(action='/submitform', method='post', enctype="multipart/form-data")
label(for='myinput') Input
input(name='myinput',id='myinput',type='text')
input(type="file", name="jsonfile")
input(type='submit',value='Submit')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment