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

How to make a post request to RestFull API with the query? #352

Closed Jussiadev closed 6 years ago

Jussiadev commented 6 years ago

I need to send a request to the server with query {"file": {}}. How can i do this?

rowanwins commented 6 years ago

Hi @Jussiadev

This component automatically sends the post request for you. Are you trying to send additional information with your file? Perhaps you can share a fuller snippet of your configuration and explain your use case a little more

Thanks Rowan

rowanwins commented 6 years ago

Closing due to a lack of information.