I am using vue-image-upload-resize in my Vue project.
All works fine except I have two issues
- How can I remove the text near the 'choose file' button?
- How can I reset the control after file upload? Basically when I try and upload the same file again, it does not call the setImage event. I do not want to use JQuery here
