Closed ozkanozdemir closed 6 years ago
Hello, I want to manually adding file. I tried this but i didn't.
That code don't give 'dropzone reference'
this.componentRef.directiveRef.dropzone()
I solved the problem. I was using the dropzone() function in ngOnInit.
dropzone()
Must be:
ngAfterViewInit() { this.dropzone = this.componentRef.directiveRef.dropzone(); }
Thank you for this plugin. :clap:
Hello, I want to manually adding file. I tried this but i didn't.
That code don't give 'dropzone reference'
this.componentRef.directiveRef.dropzone()