viral-vector / vue-upload-image

Configurable image uploader with preview
MIT License
34 stars 17 forks source link

How to use the file input #5

Closed privateuly closed 5 years ago

privateuly commented 5 years ago

Thanks for this repo. This component looks nice! But it seems that I can only upload images by dragging in the photos. How can I enable to file input so that I can browse and select the photos I want to upload?

privateuly commented 5 years ago

Just to clarify, I tried removing the "hidden" attribute from but when the open file dialog would open up twice before the image loads up on the browser.

viral-vector commented 5 years ago

The file input should open when clicking in the open space of the box. It's hidden on purpose & triggered when the container box is clicked.

privateuly commented 5 years ago

Got it. Thanks!