Last active
March 17, 2020 14:06
-
-
Save 0re5ama/964def450d56a53f2f8df8ddee2caa6c to your computer and use it in GitHub Desktop.
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
| <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