Skip to content

Instantly share code, notes, and snippets.

@joeyfigaro
Created May 20, 2016 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joeyfigaro/80237fd1630fc2d55b1213253c425c64 to your computer and use it in GitHub Desktop.
Save joeyfigaro/80237fd1630fc2d55b1213253c425c64 to your computer and use it in GitHub Desktop.
Custom file upload input boilerplate
<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