Created
June 14, 2016 08:32
-
-
Save nprussell/125f5606b077bb6862bd603ddd494683 to your computer and use it in GitHub Desktop.
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 characters
<form class="well" action="includes/upload.php" method="post" enctype="multipart/form-data"> | |
<div class="form-group"> | |
<label for="fileToUpload">Upload Update</label> | |
<input type="file" name="fileToUpload" id="fileToUpload"> | |
</div> | |
<div class="form-group"> | |
<label for="git">GIT</label> | |
<input class="form-control" type="text" name="git"> | |
</div> | |
<div class="checkbox"> | |
<label><input type="checkbox" value="" checked="checked" id="live" name="live">Make Live</label> | |
</div> | |
<input class="btn btn-primary" type="submit" value="Upload" name="submit"> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment