[Bug 11067] New: Provide <form>-agnostic multipart/form-data encoding algorithm

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11067

           Summary: Provide <form>-agnostic multipart/form-data encoding
                    algorithm
           Product: HTML WG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: annevk@opera.com
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


For FormData it would be great to have a <form>-agnostic multipart/form-data
encoding algorithm. As input it should accept key/value pairs where each key is
a DOMString and the associated value is one of DOMString/Blob/File. Encoding
can be forced to UTF-8 for FormData though having to set it as parameter is no
problem (might be good even so it is clear from the FormData specification).

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 15 October 2010 16:34:56 UTC