[Webkit-unassigned] [Bug 137759] Handle Open Panel Functions Are Unimplemented

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 2 02:16:46 PST 2015


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

Justin Caldicott <mail at birdjournal.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mail at birdjournal.com

--- Comment #20 from Justin Caldicott <mail at birdjournal.com> ---
Any update on this?

Our (OS X) app has an <input type="file"> to allow upload of photos, and it seems there's no way to handle adding files.  Drag and drop works fine and we can get the file blob directly in Javascript.

The only workaround I see is to make a request to our native api that opens a file picker and return the contents of the file in the response.  This will perform poorly though as the files can be quite large.

I guess an ideal implementation would open a file picker like normal.  I'd settle for a handler that we can implement and open the dialog manually and somehow return the file blobs back.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151202/753f7a33/attachment.html>


More information about the webkit-unassigned mailing list