Closed paridhikhaitan closed 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?
@paridhikhaitan did you figure out the way to use it without url?
@paridhikhaitan @portikM I found a workaround to set url: 'http://localhost'. I don't know how you deal with this problem
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?