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

Adding JSON-LD Support in Response #553

Open cryotem opened 4 years ago

cryotem commented 4 years ago

We use an Restful API with JSON-LD support Event if API Response on POST is image

The vue-dropzone is only handling JSON response, @context, @id and @type field are ignored image

Thanks a lot