<div class="gmail_quote">On Sun, Dec 13, 2009 at 7:47 AM, Jonas Sicking <span dir="ltr">&lt;jonas@sicking.cc&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">On Sun, Dec 13, 2009 at 5:36 AM, TAMURA, Kent &lt;<a href="mailto:tkent@chromium.org">tkent@chromium.org</a>&gt; wrote:<br>
&gt; What should happen to selected files in a case that a user selects multiple<br>
&gt; files for &lt;input type=file multiple&gt; and then a script code removes the<br>
&gt; multiple attribute from the input element?<br>
&gt;  - nothing, no change to the selected files and they will be submitted,<br>
&gt;  - cleared, or<br>
&gt;  - a single file remains<br>
<br>
</div>I ran into the same question when developing this for firefox. I don&#39;t<br>
really care what happens either way since I don&#39;t see a use case for<br>
removing the multiple attribute.<br>
<br>
What I ended up doing was to do your first option above.<br></blockquote><div><br></div><div>This should be an invalid thing to do. Can we throw an exception in addition to leaving the list of files untouched? </div><div>

 </div></div><br>