Skip to content

Instantly share code, notes, and snippets.

@0re5ama
Last active March 17, 2020 14:06
Show Gist options
  • Save 0re5ama/964def450d56a53f2f8df8ddee2caa6c to your computer and use it in GitHub Desktop.
Save 0re5ama/964def450d56a53f2f8df8ddee2caa6c to your computer and use it in GitHub Desktop.
<style>
.file-upload {
font-size: 12px;
font-weight: normal;
border: 1px solid #ccc;
display: inline-block;
padding: 6px 12px;
cursor: pointer;
border-radius: 4px;
border-width: 1px;
}
</style>
<label class="file-upload">
<input type="file"
name="fileupload"
id="fileupload"
style="display:none;">
Upload
<i class="glyphicon glyphicon-circle-arrow-up"></i>
</label>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment