REC-html401-19991224 says:
A successful control must be defined within a FORM element and must have a control name.
Alas, tidy 5.6 allowed me to forget that I needed a name= in
<input type="file" multiple>
causing it not to append the selected files in the browser. So at
least for type="file", do catch it when people forget a name=.
REC-html401-19991224 says:
Alas, tidy 5.6 allowed me to forget that I needed a name= in
causing it not to append the selected files in the browser. So at
least for type="file", do catch it when people forget a name=.