masinter / multipart-form-data

update to RFC 2388 definition of multipart/form-data
8 stars 6 forks source link

clarify "can" in 3.2 #5

Closed masinter closed 11 years ago

masinter commented 11 years ago

I think some clarification of the "can" in 3.2 is required. Maybe say something like "the handling of file input fields that allow multiple files to be specified varies between browsers. Some send these as sets of files (wrapping all the parts for the files in one multipart/mixed), some just send multiple form-data parts with the same "name" attribute. HTML5 specifies the latter behavior."

(See:) http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#multipart-form-data

masinter commented 11 years ago

Does any browser or application use the nested multipart, multipart/mixed?

masinter commented 11 years ago

latest draft eliminates multipart/mixed