From the Core Validators guide, the minSize and maxSize are described as
the minimum/maximum number of bytes required for the uploaded file.
But there's no explanation on how many files these properties apply to.
Is it per file or total size of all files?
In validator code it checks size in method
validateValue(), so it's min/max size per file, not for all of them.From line 207:
Error example: