0
Need to select on average 1500 up to 3000 files, however, only 1200 are being selected with the input below.
Does anyone have any idea why?
input class="form-control", type="file", accept="text/xml", name="file", id="file", multiple onchange="handleFileSelect(event)"
Do you mean that input should select 3000 files? you can explain more about the application you are making?
– Sergio
That’s right, I need to select 2000 files initially, but select a maximum of 1200. In this example:http://jsfiddle.net/RachGal/zy3h7erx/. If I upload the 2000 files I need, you will not select.
– Nodejs