Skip to content

Instantly share code, notes, and snippets.

@runtimeZero
Created August 30, 2017 18:46
Show Gist options
  • Save runtimeZero/cf9750daeb3f79455b89cecff9852802 to your computer and use it in GitHub Desktop.
Save runtimeZero/cf9750daeb3f79455b89cecff9852802 to your computer and use it in GitHub Desktop.
Code for uploading file
<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