Created
May 20, 2016 13:02
-
-
Save joeyfigaro/80237fd1630fc2d55b1213253c425c64 to your computer and use it in GitHub Desktop.
Custom file upload input boilerplate
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
<div class="file-upload"> | |
<span class="file-upload__file-chosen">No file chosen</span> | |
<input type="file" id="<input_id>" name="<input_id>"> | |
<label class="button bc-green" for="<input_id>">Choose a File</label> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment