I am trying to select 1000 images by use the following code.
<input type="file" multiple accept="images/*" />
and when i select 1000 images nothing happened. But when i select 600,800 then withe the field it shows the number of selected files.
So my question is what is the limit to select files? and can i change that limit so i cna select 1000 files?