Is there and if so what is the file size limit when using the IAS FileSelector:
https://docs.dataminer.services/release-notes/General/General_Main_Release_10.0/General_Main_Release_10.0.0_new_features_4.html?q=ID_23950#interactive-automation-scripts-uploading-files-from-a-client-computer-id_23950id_24144id_24164
We tried to use this for zip files larger then 1G but an error message popped up in the component.
Is this part of the component limits? Is it possible to increase this?
Since 10.2.12, the file upload module in the webAPIs will not allow uploading files above 1GiB (not GB). Trying to upload larger files should result in a clear error stating the problem.
You can specify a MaxFileSizeInBytes on the control in your script, but this is merely a client check and won't override the webAPI limit.
Hi Gilles, thank you.
The RN you linked to is a bit confusing as it is for Dashboards and the upload of PDF files, while I’m using an Interactive automation script. It does not seem to be linked.
Either way, is there any way the script can select larger files (.zip packages) so our custom logic can use it?
All uploads (reports, IAS files, attachments, …) go through the same API endpoint and are treated in the same way. Uploading larger files would require a software change.
Hi Mieke,
In your script you can define the maximum file size for the IAS fileselector component. You can do this by setting the property "MaxFileSizeInBytes". I am not sure what the default value is but is will certainly be less than 1GB.
Hi Mieke,
Not an answer to your question, but some places that might fix it:
- It might be related to the Documents MaxSize which is default 20 MB. This can be changed in the MaintenanceSettings xml file.
- If not, can you have a look at the MaxUploadSize option in SLNetClientTest tool > Advanced > Options > SLNet Options...?
Hi Mieke, which error message do you receive?