I am trying to make upload button on my page using angularjs and bootstrap, But i have problem to give (upload) function on that button in angularjs. The button should upload a text file from pc to browser. Can anyone help me? here is HTML code...
<div class="container">
<div class="col-xs-2">
<button type="button" class="nav-justified btn btn-primary upload-button"> Upload </button>
</div>
</div>