webview
webview copied to clipboard
Request: Pass native file paths to webview instance on <input type="file">
When a user selects files via <input type="file">
, we lose the actual path of the files inside the webview.
It'd be nice to have a handler that captures the file list, similar to how we have handlers for dragging and dropping files.
This would enable the webview to have the actual list of files to select during file selection instead of the c://fakepath/file.html
pattern we get today.
+1
that is a problem!