[Bug 11452] 4.10.22.5.5. should describe how to send the filename when the field is a file field. It should send the filename as "filename" parameter and its character encoding must be _charset_.

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

--- Comment #7 from NARUSE, Yui <naruse@airemix.jp> 2011-03-02 01:32:56 UTC ---
Current implementation's behavior is:
* get filename (or file path) of the target file which is selected by the input
form
* the encoding of the filename string is depend on the filesystem in which the
file exists
* convert the encoding of the filename string to "selected character encoding"
defined in 4.10.22.5.
* send the string without escaping

This behavior is "be approximated" in RFC2388?
If so, it should be clarify in HTML5 because it is not documentated yet.
If not so, it should be a willful violation.

-- 
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 Wednesday, 2 March 2011 01:32:58 UTC