Skip to content

Instantly share code, notes, and snippets.

@nprussell
Created June 14, 2016 08:32
Show Gist options
  • Save nprussell/125f5606b077bb6862bd603ddd494683 to your computer and use it in GitHub Desktop.
Save nprussell/125f5606b077bb6862bd603ddd494683 to your computer and use it in GitHub Desktop.
<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