rowanwins / vue-dropzone

A Vue.js component for Dropzone.js - a drag’n’drop file uploads utility with image previews
https://rowanwins.github.io/vue-dropzone/docs/dist
MIT License
2.02k stars 1.4k forks source link

I can't get the URL after complete #608

Open damianlluch opened 3 years ago

damianlluch commented 3 years ago

Hi people, I'm having a problem getting the URL where the image is stored, using the hook @vdropzone-complete I get back a giant text in base64, and I've tried many ways to get the URL back (which I do see in the endpoint response in the network tab)... Any ideas or examples?

thanks