[Webkit-unassigned] [Bug 26505] New: Value of file upload forms for non-multipart methods

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 17 20:45:16 PDT 2009


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

           Summary: Value of file upload forms for non-multipart methods
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P3
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org


According to the current HTML5 spec, UAs have to add filenames for
non-multipart form submission.
http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#url-encoded-form-data
http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#plain-text-form-data

> If the entry's type is "file", replace its value with the file's filename only.

WebKit sets nothing for type=file at this moment. See
HTMLInputElement::appendFormData().


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