Skip to content

Instantly share code, notes, and snippets.

@mikekunze
Last active December 20, 2015 15:39
Show Gist options
  • Save mikekunze/6155840 to your computer and use it in GitHub Desktop.
Save mikekunze/6155840 to your computer and use it in GitHub Desktop.
<div class="progress" id="progress" style="width:100%">
<div class="bar bar-success" style="width:100%"><p id=progressDisplay>0%</p></div>
</div>
<form enctype="multipart/form-data" action="/mUpload" method="post" id="fileForm">
<input type="file" id="fileField">
<a class="btn btn-small btn-primary" id="addFile">Upload File</a>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment