1

Multiple file select in IE not working. Mine code is like

<form method="post" enctype="multipart/form-data">
        <input name="filesToUpload[]" id="addBatchDocuments" type="file" multiple="" />
        </form>  

I am not able to select multiple files

Sahi R. Repswal
  • 49
  • 1
  • 10
  • Possible duplicate of [Is it possible to select and upload multiple files at one time in Internet Explorer?](http://stackoverflow.com/questions/6207388/is-it-possible-to-select-and-upload-multiple-files-at-one-time-in-internet-explo) – Regis Portalez Jun 13 '16 at 08:22
  • No, this is not duplicate. – Sahi R. Repswal Jun 13 '16 at 08:26
  • 1
    "Is not working", "not a duplicate"... well, if you need answers, you need to be more detailed in your question. What's not working? What is different? – Eiko Jun 13 '16 at 08:32
  • IE versions are different – Sahi R. Repswal Jun 13 '16 at 08:39
  • 1
    Maybe not duplicate from (@RegisPortalez) but then duplicate of: http://stackoverflow.com/questions/18639694/what-can-prevent-ie10-from-accepting-multiple-file-uploads Ye same IE version. And tested his links w3schools on IE11 (works). Answers are in there comments – Paules Jun 13 '16 at 09:02
  • adding the version after the addition of the possible dupe would at least require adding some more explanation than a straight and rude "NO". Don't expect much help here if you behave like that. Anyway: please learn how to ask a question: http://stackoverflow.com/help/how-to-ask, meaning add screenshots / stacktraces of the error you get – Regis Portalez Jun 13 '16 at 09:12
  • This is working in new Jsp file but i n existing file it is not working – Sahi R. Repswal Jun 13 '16 at 11:53
  • Got it........... Worked for me – Sahi R. Repswal Mar 11 '17 at 17:52

0 Answers0