window.showDirectoryPicker opens up a whole new world (opens in new tab)
Chrome introduced a new API, window.showDirectoryPicker() that allows the user to grant access to a directory on their computer and allow a website to read/write everything inside.
Read the original article