helpcenter/Web/Controls/Help/TipsTricks/Talk/ChangingAttachmentSize/ChangingAttachmentSize.ascx
2017-07-18 10:59:11 +03:00

40 lines
1.9 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = "Changing attachment size in Talk";
MetaKeyWords = "change, file size, Talk settings, server version";
MetaDescription = "Talk. Changing Attachment Size in Talk";
}
</script>
<div class="main_buscall_container dataBackup">
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption TipsCaption">Changing attachment size in Talk</h1>
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/onlyoffice-talk/onlyoffice-talk.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/server-version/server-version.ascx" /></li>
</ul>
</div>
<p>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.</p>
<div class="notehelp">
Available only for Server version.
</div>
<h2 id="BareBonesInstructions">Bare Bones Instructions</h2>
<p>Follow these simple steps to change the file size settings:</p>
<ol class="instructions">
<li>Open the <b>web.appsettings.config</b> file in the portal root folder.</li>
<li>Add the <b>&lt;add key="web.max-upload-size" value="X"/&gt;</b> setting to the <b>appSettings</b> section, where <b>X</b> is a file size limit in bytes.</li>
<li>Restart your ONLYOFFICE portal.</li>
</ol>
<p>That's it. What could be easier? Starting from now the file size you want to send depends only on you.</p>
</div>
</div>