Open sujeetjaiswara opened 5 years ago
That option does not make sense when using in Angular. So its disabled since in Angular the DOM is not ready when the Dropzone library is loaded. So that feature is really only meant for native JS not for Angular.
// Disabling autoDiscover, otherwise Dropzone will try to attach twice. Dropzone.autoDiscover = false;