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

Using dropzoneOptions without a url #571

Closed paridhikhaitan closed 4 years ago

paridhikhaitan commented 4 years ago

I want to use Vue dropzone without using the url in dropzoneOptions i.e. I do not want to send the uploaded image to any external server (due to security reasons). Is there any way I can use it without using the url field in dropzoneOptions?

portikM commented 3 years ago

@paridhikhaitan did you figure out the way to use it without url?

vietvh-3042 commented 1 year ago

@paridhikhaitan @portikM I found a workaround to set url: 'http://localhost'. I don't know how you deal with this problem