I'm currently implementing ng2FileUpload for drag-and-drop file uploads, but I would also like to give users the option to click on the drop area to open the file dialog.
Assuming I have the following input:
<input type="file" ng2FileSelect [uploader]="uploader" style="display: none" />
Is there a way to trigger the file dialog from within the Angular 4 typescript code?