Edit C:\lucee\tomcat\conf\server.xml
Edit <Connector port="8888" /> element, add attributes:
connectionUploadTimeout="72000000" (MS = 20 HRS)
disableUploadTimeout="false"
http://somepixels.net/en/502-proxy-error-uploading-from-apache-mod_proxy-to-tomcat-7/
IIS – 2 GB Max, 20 hrs
Configuration Editor:
system.web/httpRuntime
executionTimeout: 20:00:00 (20 HRS)
maxRequestLength: 2000000 (in KB) = 2 GB
https://msdn.microsoft.com/en-us/library/e1f13641(v=vs.85).aspx
http://www.meridianoutpost.com/resources/etools/calculators/calculator-file-download-time.php
Request Filtering -> edit feature setting
Maximum allowed content length: 2000000000 (Bytes) = 2 GB
Thanks for help,
OK, thanks, I found it and it works. Thanks a lot.