I have created a library in which videos are going to store. but when i am going to upload media file greater than 50 mb, it gives me an error like ‘An unexpected error has occured’.
so my question is how can i upload heavy media files as document in sharepoint 2010 library.
There are several places where such a limit might be configured:
For WebDAV it is in the registry (Key
FileSizeLimitInBytes) atHKLM\SYSTEM\CurrentControlSet\Services\WebClient\Parameterswhich is a client-side limit (default 50 MB)!For IIS it is in the web.config of the site (
<requestLimits maxAllowedContentLength="XX" />)For Sharepoint itself:
Configure maximum file size for a SharePoint web application