What is the max number of files to select in an HTML5 [multiple] file input?
why this many files? The number of files depends on the number of characters all file names are combined. Why this max? In the Windows API, the maximum path length limitation is 256 chars, the Unicode version API is 32,767 chars. Chrome simply sets the max path length of the Unicode version API, so it’s … Read more