Skip to content

Instantly share code, notes, and snippets.

@hfalucas
Last active March 14, 2016 12:09
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 hfalucas/af0b836b1641bf5dbc1b to your computer and use it in GitHub Desktop.
Save hfalucas/af0b836b1641bf5dbc1b to your computer and use it in GitHub Desktop.
//html
<label for="upload-btn" id="your-label-id"> Upload </label>
<input type="file" id="upload-btn" class="hidden">
// css
#your-label-id {
// do whatever you want
}
.hidden {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment