The drag and drop functionality works perfectly, but showOpenFilePicker has been giving me the following error on Chrome:
TypeError: Failed to execute 'showOpenFilePicker' on 'Window': Invalid type: application/msword/*
TypeError: Failed to execute 'showOpenFilePicker' on 'Window': Invalid type: application/msword/*
This problem is only happening with the click to upload button in UploadDropzone, the UploadButton is working perfectly for some reason. Any ideas on what can be done to solve this?