Last active
February 16, 2017 19:06
-
-
Save tonyahowe/94874c97f057c98bd38766868b08806f to your computer and use it in GitHub Desktop.
This file contains 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 characters
<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