Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

style upload button vue

<input type="file" ref="file" style="display: none">
<button @click="$refs.file.click()">open file dialog</button>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #style #upload #button #vue
ADD COMMENT
Topic
Name
6+5 =