- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 03 May 2011 19:23:09 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv16719 Modified Files: Overview.html Log Message: add a note to clarify interaction with rfc 2388 (whatwg r6051) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4857 retrieving revision 1.4858 diff -u -d -r1.4857 -r1.4858 --- Overview.html 3 May 2011 19:19:04 -0000 1.4857 +++ Overview.html 3 May 2011 19:23:05 -0000 1.4858 @@ -39421,6 +39421,12 @@ the <var title="">form data set</var>. Multiple entries with the same name must be treated as distinct fields.</p> + <p class="note">In particular, this means that multiple files + submitted as part of a single <code title=""><input type=file multiple></code> element + will result in each file having its own field; the "sets of files" + feature ("<code title="">multipart/mixed</code>") of RFC 2388 is + not used.</p> + <p>The parts of the generated <code title="">multipart/form-data</code> resource that correspond to non-file fields must not have a <code><a href="#content-type">Content-Type</a></code> header specified. Their names and values must be encoded using the
Received on Tuesday, 3 May 2011 19:23:19 UTC