06-11-2025, 08:55 PM
Hi there,
As a general recommendation I'd say that you should require the user to zip the files and send a single file instead of thousands of them.
I'm sure some limitation exists either in the request or the software layer dealing with the request (Indy/IIS/HTTP.SYS). Some limits may not reflect in an exact number of files (e.g. if the limit is a header field, the name of the files can be the limitation factor, not the number of them per se), which makes hard to say that "no more than X files can be uploaded".
Anyway, I'll check the issue and get back to you ASAP.
As a general recommendation I'd say that you should require the user to zip the files and send a single file instead of thousands of them.
I'm sure some limitation exists either in the request or the software layer dealing with the request (Indy/IIS/HTTP.SYS). Some limits may not reflect in an exact number of files (e.g. if the limit is a header field, the name of the files can be the limitation factor, not the number of them per se), which makes hard to say that "no more than X files can be uploaded".
Anyway, I'll check the issue and get back to you ASAP.

