Changing the 100Mb file size limit?

Hello,

How can I change the 100Mb file limit for downloading or moving files to an Webdav folder for example?

Regards,
Bruno Leon

Hi @brunoleonadvogado
Please take a look at the instructions provided by @Constantine

Does not allow opening files with weight greater than 100 MB

Right @Nikolas, but I don’t have that directory on my server ( */var/www/onlyoffice/WebStudio/):

Is it located inside the container? How should I proceed? I have the docker installation, running under Ubuntu server.

Regards,
Bruno Leon

Well, in that case open this configuration file inside the Community Server container
sudo docker exec -it onlyoffice-community-server bash

nano /var/www/onlyoffice/WebStudio/web.appsettings.config

Check a line
<add key="web.available-file-size" value="524288000" /> in this file. Change value. (524288000 byte = 500 МB)
After that restart the Mono service using the command:
service monoserve restart