What is the 'hidden' limit on file name length when using an ASP.NET FileUpload control? -


i have fileupload control, , when select file

'bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb.txt'

, (which can create in windows no problem), saying not have file when postback.

it works fine smaller file names. what's going on?

this happen if try save file in folder on server side (like temp folder in c:\documents , settings\blabla...\temp) , exceed max_path limit of 255 characters while on client file located @ root , max_path not reached.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -