[Webkit-unassigned] [Bug 18957] Allow assignment to value attr of input[type=file] elements via ObjC DOM API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 8 16:55:34 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18957





------- Comment #1 from todd at ditchnet.org  2008-05-08 16:55 PDT -------
My use case:

I am writing a WebKit-based desktop application, and I want users to be able to
easily drag a local file to anywhere on the WebView, to add the file as the
value of the 'value' attr of an <input type="file"> element in the current DOM.

I know that you can currently drop a file directly over the input element, but
that *does* require a bit more dexterity, and does not work in the case where
the input element may be currently hidden or scrolled out of view.

This enhancement would allow me to offer nicer usability.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list