You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not believe that dropzone has a function for opening file dialog, it might be even against browser security features. So only way to open file dialog afaik is for user to click the dropzone element.
i figure out a solution for it by using @ViewChild component of the dropzone and click on the clickable element
this.myViewChild.directiveRef.dropzone().clickableElements[0].click();
will open the file dialog
i'm emplementing multiple dropzones as component in the same page with the same configuration but different methods name for each,
The text was updated successfully, but these errors were encountered: