The file upload limit is too low. Any project document can be, even in PDF, more than 30 Mb. This makes collaboration extremely difficult. I would like to know if there is any plan to increase the upload size. Thank you very much in advance
If your datasource (and WSG server) is in Bentley Managed Services then file size limit will much higher. In an unlikely case it is not, file a service request to fix this.
If WSG server is on premise, then WSG configuration needs to be updated to increase file size limit. The below example sets upload limit to ~1GB.
It works perrfectly, thanks :)
If your datasource (and WSG server) is in Bentley Managed Services then file size limit will much higher. In an unlikely case it is not, file a service request to fix this.
If WSG server is on premise, then WSG configuration needs to be updated to increase file size limit. The below example sets upload limit to ~1GB.
<add key="Wsg.Files.UploadMaxFileSizeKB" value="1000000" />
Hi,
This option is not a restriction of the web interface but a parameter on your WSG server (web.config file), you can increment this value.