Answers for "file input button angular"

1

angular button open file input

<input type="file" accept="image/*" #file>
<button (click)="file.click()">Upload file</button>
Posted by: Guest on November-24-2020

Code answers related to "file input button angular"

Code answers related to "Javascript"

Browse Popular Code Answers by Language