[Webkit-unassigned] [Bug 233725] File inputs in non-multipart form submissions show up as string values in the formdata event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 1 17:16:48 PST 2021


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

--- Comment #5 from Andreu Botella <andreu at andreubotella.com> ---
Comment on attachment 445620
  --> https://bugs.webkit.org/attachment.cgi?id=445620
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=445620&action=review

>> Source/WebCore/html/FileInputType.cpp:161
>> +bool FileInputType::appendFormData(DOMFormData& formData, bool) const
> 
> Can we drop the boolean parameter completely now or is it still required for some reason?

It's no longer required, but it involves changes in every subclass of InputType and FormAssociatedElement, as well as removing the third parameter to HTMLFormElement::constructEntryList, so it's probably best to leave for a follow-up patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211202/4d7c9ba8/attachment.htm>


More information about the webkit-unassigned mailing list