Click to See Complete Forum and Search --> : Limitation on the path length specified in file path name of input type="file"


naveenrs
08-21-2006, 01:50 AM
I have a issue related to the windows operating system limitations on the path length. The Browse button (enctype="multipart/form-data" and <input
type="file" />) also has limitations on the file path name.

Windows 2000 :
Total path name allowed by OS is for a complete file path name - 258 characters
Browse button allows us to select file with total path of length - 254 characters

Similarly for Windows XP:
Total path name - 259 characters
Browse button - 254 characters

Please help me with more information about the limitations of browse button.