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

c++ - How to modify context menu of internet explorer using IDocHostUIHandler::ShowContextMenu? -

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

c# - Getting "Internal .Net Framework Data Provider error 30" error when column has NULL value -