[Webkit-unassigned] [Bug 139745] File Upload Support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 18 11:18:20 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=139745

--- Comment #3 from Justin Schneck <jschneck at mac.com> ---
The problem exists in Mac OS 10.10 when using WKWebView. With WebView there used to be a method - (void)webView:runOpenPanelForFileButtonWithResultListener:. This would allow you to implement an NSOpenPanel to select a file / files and then return to the result listener the filename for submission. I have attached a sample project which uses the WKWebView available in Mac OS 10.10. This project renders a input element and displays the choose file button, but you can see there is nothing to handle it. It seems this logic was added to the WebKit2 API for iOS but not for Mac OS.

Let me know if there is any additional information you require.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141218/6408b23d/attachment-0002.html>


More information about the webkit-unassigned mailing list