Created
August 30, 2017 18:46
-
-
Save runtimeZero/cf9750daeb3f79455b89cecff9852802 to your computer and use it in GitHub Desktop.
Code for uploading file
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="container"> | |
<div class="row"> | |
<div class="col-lg-8"> | |
<div class="panel panel-default"> | |
<div class="panel-body"> | |
<input type="file" (change)="onFileSelection($event)" placeholder="Upload a file" accept=".png, .jpeg, .jpg"> | |
</div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment