Does inbuilt webdav client support file upload upto 1tb

APPANA Santosh K 1 Reputation point
2025-04-24T06:56:34.77+00:00

I have created network drive connected to webdav server. When I try to upload file(4gb) then I see file size as -1 on the webdav server request. What is the max file size limit and how to change the time out? as the webdav client is sending delete req when uploading large files.

Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,408 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Joseph Tran 155 Reputation points
    2025-05-01T17:56:27.06+00:00

    The default file size limit for WebDAV in Windows is set to 50MB. This restriction is implemented to avoid performance issues during file transfers. Users frequently encounter this limit, causing frustration when uploading critical files.

    You can check it right here :

    • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters\FileSizeLimitInBytes
    • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters\FileAttributesLimitInBytes

    Once you’ve located the registry key, the next step is to modify the ‘FileSizeLimitInBytes’ entry. Changing this value will increase the file size limit for WebDAV transfers. Double-click on the ‘FileSizeLimitInBytes’ entry and increase its value to a higher number. The maximum value you can set is FFFFFFFF, which corresponds to a 4GB limit.

    Restart your computer after this change to apply the new settings. This reboot is necessary for the system to recognize and apply the updated registry values effectively.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.