Created
July 1, 2013 22:28
-
-
Save bbeaumont/5905194 to your computer and use it in GitHub Desktop.
Revisions
-
bbeaumont created this gist
Jul 1, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ 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')