[Webkit-unassigned] [Bug 111255] FormData.append should prefer application-specified filename to filename in a File

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 4 12:33:11 PST 2013


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





--- Comment #11 from Victor Costan <costan at gmail.com>  2013-03-04 12:35:35 PST ---
@Alexey Proskuryakov: Thank you very much for explaining! Sorry, I didn't realize what's behind shouldReplaceWithGeneratedFileForUpload :(

How about this new approach? It's a bit of duplicated code, but there's no wasted work. I can remove the duplicated code if you're ok with wastefully assigning "blob" to the name String every once in a while. I think that the duplicated code is OK though, because it's not that much, and it's tested.

Regarding having special characters in the filename, should I work that into a separate patch, or let this patch grow?

Once again, thank you very much for your patience and guidance!

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


More information about the webkit-unassigned mailing list