Wednesday, January 6, 2016

Sharepoint Library : Download Error (Size)

PROBLEM:

From a SharePoint 2010 Library, you try to download some shared files and came across an issue where all files larger than 50MB generated the error above, specifically Error 0x800700DF: The file size exceeds the limit allowed and cannot be saved. 
The problem is with the Windows 7 machine you are using but this solution also applies to Windows 8.

SOLUTION:

The solution is editing the registry by following the instructions below:

  1. Go into Regedit

  2. Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters\FileSizeLimitinBytes

  3. The default value in the FileSizeLimitinBytes DWORD is shown by the following screenshot and is set to 50MB (50000000). The value in the DWORD is in bytes.

  4. Please click on the picture to get a clearer view

  5. Change this value to a value of your choice and hit ok

  6. Don’t forget to restart your computer.