One of our clients is breaking the software in every way imaginable, and he's just discovered this one.
If the user tries to upload a file with a very long filename (I think the user is trying with a 180 character filename), the FileUpload control refuses to recognise it on IE7.
Click on the Browse button, browse to the file, click on it, click the Upload button, and the text box that should show the filename is blank. Anyone know anything about this, fixes, etc?
I managed to find this asp.net forums discussion on it, but it didn't shed much light on the issue.
The app is written in Visual Studio 2008, and this occurs in IE7, but not FF3 or Chrome. If I use either of the other two browsers, it fills the FileUpload control correctly, but breaks when you actually try to do the upload because the resulting filename/path is too long.
Enjoy Random