<%@ Control Language="C#" Inherits="BaseContentUserControls"%> <%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>

Changing attachment size in Talk

Do you need to send a file via Talk but its size exceeds the allowed limit? Since now on you don't need to worry about it. Just change the allowed file size and use the Talk functionality to the full.

Available only for Server version.

Bare Bones Instructions

Follow these simple steps to change the file size settings:

  1. Open the web.appsettings.config file in the portal root folder.
  2. Add the <add key="web.max-upload-size" value="X"/> setting to the appSettings section, where X is a file size limit in bytes.
  3. Restart your ONLYOFFICE portal.

That's it. What could be easier? Starting from now the file size you want to send depends only on you.