I'm trying to make an upload button because I don't want to use the HTML upload button, how can I call a click event on the input element to open the file browser manually?
<div class="upload-button button" (click)="selectFile()">
Upload
<input type="file">
</div>