- From: poot <cvsmail@w3.org>
- Date: Fri, 17 Jun 2011 05:53:38 -0400
- To: public-html-diffs@w3.org
hixie: Add requirements for how to express file names in formdata
(whatwg r6206)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4972&r2=1.4973&f=h
http://html5.org/tools/web-apps-tracker?from=6205&to=6206
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4972
retrieving revision 1.4973
diff -u -d -r1.4972 -r1.4973
--- Overview.html 9 Jun 2011 07:27:10 -0000 1.4972
+++ Overview.html 9 Jun 2011 18:18:10 -0000 1.4973
@@ -40075,6 +40075,13 @@
not get converted to a 7-bit safe encoding as suggested in RFC
2388).</p>
+ <p>File names included in the generated <code title="">multipart/form-data</code> resource (as part of file
+ fields) must use the character encoding selected above, though the
+ precise name may be approximated if necessary (e.g. newlines could
+ be removed from file names, quotes could be changed to "%22", and
+ characters not expressible in the selected character encoding
+ could be replaced by other characters). User agents must not use
+ the RFC 2231 encoding suggested by RFC 2388.</p>
<p>The boundary used by the user agent in generating the return
value of this algorithm is the <dfn id="multipart-form-data-boundary-string"><code title="">multipart/form-data</code> boundary string</dfn>. (This
value is used to generate the MIME type of the form submission
Received on Friday, 17 June 2011 09:53:39 UTC