Skip to content

Commit

Permalink
[e] (0) add a note to clarify interaction with rfc 2388
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12065

git-svn-id: http://svn.whatwg.org/webapps@6051 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 3, 2011
1 parent f381d25 commit b327308
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
6 changes: 6 additions & 0 deletions complete.html
Expand Up @@ -51296,6 +51296,12 @@ <h5 id=multipart-form-data><span class=secno>4.10.22.6 </span>Multipart form dat
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="">&lt;input&nbsp;type=file&nbsp;multiple&gt;</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
Expand Down
6 changes: 6 additions & 0 deletions index
Expand Up @@ -51324,6 +51324,12 @@ fur
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="">&lt;input&nbsp;type=file&nbsp;multiple&gt;</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
Expand Down
7 changes: 7 additions & 0 deletions source
Expand Up @@ -57877,6 +57877,13 @@ fur
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="">&lt;input&nbsp;type=file&nbsp;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>Content-Type</code> header
Expand Down

0 comments on commit b327308

Please sign in to comment.