我创建了一个视频库存储的库。但是当我要上传大于50 mb的媒体文件时,它会给我一个错误,例如“发生意外错误”。
所以我的问题是如何在sharepoint 2010库中将重磅媒体文件作为文档上传。
答案 0 :(得分:1)
有几个地方可能配置了这样的限制:
对于WebDAV ,它位于FileSizeLimitInBytes
的注册表(键HKLM\SYSTEM\CurrentControlSet\Services\WebClient\Parameters
)中,这是客户端限制(默认为50 MB) !
对于IIS ,它位于网站的web.config中(<requestLimits maxAllowedContentLength="XX" />
)
对于Sharepoint本身:
配置SharePoint Web应用程序的最大文件大小
In Central Administration, in Application Management, click Manage web applications.
NoteNote
Select the application (for example, SharePoint - 80).
On the Web Applications ribbon, click the down arrow on the General Settings button.
Click General Settings.
Scroll to Maximum Upload Size.
Click OK.