Additional Information
SystemLink 2023 Q3 (23.5) upgraded the Apache version it installs from 2.4.51 to 2.4.57. It turns out that, starting with 2.4.54, Apache added a default body limit for http(s) requests of 1GB. All previous versions of Apache had no such body limit.
Apache 2.4.54 and later versions will automatic upload large files in reasonably sized chunks, so you just have to get past the maximum body size limit, then all large files should upload without hiccups.