I want to upload some large number of image files (1000+).
I want to know how many number of files the html tag can allow to select at once? If there are certain limit, please provide me with some references. When I tried uploading more than 1600 files, it does not quite accept the files.
You can quickly test here : http://www.w3schools.com/TAGS/tryit.asp?filename=tryhtml5_input_type_file
Note: Add attribute multiple="" to the input tag to allow multiple selection.