kartoteket / vue-image-upload-resize

A simple vue-component for client-side image upload with resizing
MIT License
175 stars 54 forks source link

Allow programmatic launching of file select dialog as with native file input element. #35

Open paaKways opened 4 years ago

paaKways commented 4 years ago

I can't seem to launch the file select dialog using javascript like I would for regular elements. Is there any event handler i can hook to? eg @click?

The particular application i'm trying to achieve is this:

andsilver commented 4 years ago

i want to have this feature too, how can i programmatically trigger the uploading dialog?