can't upload or create folder path longer than 260 character

Advertisement

zenith
Guest

can't upload or create folder path longer than 260 character

can't upload or create folder path longer than 260 character

i try to upload a folder with multiple sub folder, the error says fail to upload.
how could i solve the issue.

Reply with quote

Advertisement

Freitag
Freitag avatar
Joined:
Posts:
70

The only solution is to stop using Windows. Sorry, that is a built in limit.

https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file

Maximum Path Length Limitation

In the Windows API (with some exceptions discussed in the following paragraphs), the maximum length for a path is MAX_PATH, which is defined as 260 characters. A local path is structured in the following order: drive letter, colon, backslash, name components separated by backslashes, and a terminating null character. For example, the maximum path on drive D is "D:\<some 256-character path string><NUL>" where "<NUL>" represents the invisible terminating null character for the current system codepage. (The characters < > are used here for visual clarity and cannot be part of a valid path string.)

Reply with quote

Advertisement

You can post new topics in this forum