We have an application we are converting to NG Client (2024.3.3.3946_LTS) from Smart Client. One functionality is to upload and download files. Uploading works great, but we are having an issue with downloading files > 2GB.
We are using:
- Code: Select all
plugins.file.writeFile(v_filename, v_bytes);
which works great for files up to 2GB but fails over 2GB with error:
- Code: Select all
java.lang.IllegalArgumentException: Can't read in a file that is bigger than 2GB
Is there a configuration option somewhere to increase this limit, or is there an alternative command to use that can allow the NG Client to download files > 2GB?
Many Thanks, Iain.