<div class="gmail_quote">On Sun, Dec 13, 2009 at 7:47 AM, Jonas Sicking <span dir="ltr"><jonas@sicking.cc></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 <<a href="mailto:tkent@chromium.org">tkent@chromium.org</a>> wrote:<br>
> What should happen to selected files in a case that a user selects multiple<br>
> files for <input type=file multiple> and then a script code removes the<br>
> multiple attribute from the input element?<br>
>  - nothing, no change to the selected files and they will be submitted,<br>
>  - cleared, or<br>
>  - a single file remains<br>
<br>
</div>I ran into the same question when developing this for firefox. I don't<br>
really care what happens either way since I don'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>