webview icon indicating copy to clipboard operation
webview copied to clipboard

Request: Pass native file paths to webview instance on <input type="file">

Open jkelleyrtp opened this issue 2 years ago • 2 comments

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.

jkelleyrtp avatar Sep 11 '22 19:09 jkelleyrtp

+1

yalay avatar Jan 23 '23 15:01 yalay

that is a problem!

riyuexing avatar Nov 18 '23 23:11 riyuexing