const browseFiles = () => { var input = document.createElement('input'); input.type = 'file'; input.click(); }