Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

angular button open file input

<input type="file" accept="image/*" #file>
<button (click)="file.click()">Upload file</button>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #angular #button #open #file #input
ADD COMMENT
Topic
Name
7+4 =