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

CORS error #566

Open GracefulTing opened 4 years ago

GracefulTing commented 4 years ago

TIM图片20200715140100

chno9133 commented 4 years ago

Man, that's your problem

DanielApodaca commented 4 years ago

This worked for me

headers: {
        'Cache-Control': '',
}