You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Investigate whether this is feasible for use to select the input file/directory in the web flows. If this is feasible, the implementation should also be able to deduce the input type from what is dropped.
The text was updated successfully, but these errors were encountered:
It appears there is a method of obtaining FileSystem API handles off of drag-and-drop events in the browser: https://developer.mozilla.org/en-US/docs/Web/API/DataTransferItem/getAsFileSystemHandle
Investigate whether this is feasible for use to select the input file/directory in the web flows. If this is feasible, the implementation should also be able to deduce the input type from what is dropped.
The text was updated successfully, but these errors were encountered: