Skip to content

Instantly share code, notes, and snippets.

@tonyahowe
Last active February 16, 2017 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonyahowe/94874c97f057c98bd38766868b08806f to your computer and use it in GitHub Desktop.
Save tonyahowe/94874c97f057c98bd38766868b08806f to your computer and use it in GitHub Desktop.
<div xmlns="http://www.w3.org/1999/xhtml" data-template="templates:surround" data-template-with="templates/page.html" data-template-at="main">
<form enctype="multipart/form-data" method="post" action="form1.html?do-upload=true">
<fieldset>
<legend>Upload Document:</legend>
<input type="file" name="file"/>
<button id="f-btn-upload" name="f-btn-upload" value="true" type="submit" class="btn btn-danger">Upload</button>
</fieldset>
</form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment