[Webkit-unassigned] [Bug 14635] Japanese: posting file on desktop to Bugzilla fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 8 22:21:49 PDT 2007


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





------- Comment #11 from ap at webkit.org  2007-08-08 22:21 PDT -------
The problem is in HTMLFormElement::formData():
    int start = path.reverseFind('/') + 1;

We should be using PathFindFileName() API on Windows, and possibly basename(3)
where available. I'm trying to think of a good place to put a helper
function...


-- 
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