Perhaps you are using PHP. This platform has a limit on the number of files in a single POST request. It is equal to 20 :) To increase this value, you should open php.ini, find max_file_uploads and set it to a large number, for example. 2000.
source share