“Failed to download the file” error in v9 version
Hi,
I have an application with File upload control with File System as the document repository. Uploading and viewing works, but when I try to download the file I get a “Failed to download the file” error.
-
Hi Sanjay,
Thanks for the response. I observed that it had a long folder path. When I updated it to a shorter one, it worked. However, I have a requirement where a new folder path will be generated dynamically, depending on certain values. Is there any way to increase the allowable path length?
-
This issue is due to the limit in the URL path segment of Windows HTTP service, not AgilePoint.
I found the below Microsoft document that details the supported keys and their default values.
Follow the steps below to increase the length of URL path segment.
- Right-click Start, then select Run or Press Windows + R.
- Type regedit in the Open: box, and then select OK
- Navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HTTP\Parameters
- Right-click on Parameters and select New -> DWORD (32-bit) value.
- Type the name as UrlSegmentMaxLength
- Right-click on the key and select modify.
- Select decimal and add value as 1024(number of characters to allow).
- Restart the machine.
Please sign in to leave a comment.
Comments
4 comments