Tagged Questions

1
vote
2answers
757 views

Showing the browser’s ‘select file’ dialog when focusing input[type=file] through keyboard navigation

As the title says, I want the ‘select file’ dialog to open when a certain input gets focus by tabbing through the form fields (using keyboard navigation). By default, the ‘select file’ window only ...