In my Vue project, I am utilizing vue-image-upload-resize.
Everything is functioning well except for the two issues I am facing:
- Is there a way to eliminate the text near the 'choose file' button?
https://i.sstatic.net/YjyPg.png
- How can I reset the control after uploading a file? When I attempt to upload the same file again, it does not trigger the setImage event. I prefer not to use JQuery in this scenario