[Webkit-unassigned] [Bug 21020] Fileupload <input type=file> can't be manipulated

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 24 11:09:14 PDT 2008


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





------- Comment #5 from hyatt at apple.com  2008-09-24 11:09 PDT -------
The principle of our file upload control design is that no invalid file can be
chosen by the user.  Sticking with this principle, copying or deleting are ok. 
Pasting is not, since it could lead to the pasting of some arbitrary nonsense
string.  We do not plan to support editing of the field (the user can always
pick a different file by clicking the field).


-- 
Configure bugmail: https://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