Open
Description
Local automation run with Selenium can upload the directory using sendKeys, but via RemoteWebDriver it's not allowed, because LocalFileDetector doesn't allow the folder to be uploaded.
As an example, locally you can drag and drop (upload) a folder to storage (like Google Drive) and it will create such a folder with related content, but in remote it`s not possible, because folders are not allowed for uploading with LocalFileDetector
According to the issue SeleniumHQ/selenium#12311, the way to change this behavior is to request changes to WebDriver W3C Specification. Could you please consider such changes?