html - Upload form works/doesn't work depend on? -


i have unusual occurence.

i have form this:

  <input type="file" name="public[]" multiple="multiple" /> 

in computer (win7, firefox) works fine, can upload muliple images pressing ctrl , select photos. customer told me can select 1 photo. has win7 , winxp. depend on browser?

i have mozilla/5.0

user agent

this browser version issue, not support multiple tag. here post talking this


Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -