I am facing wired issue with file upload control.
I have created a file name with 255 characters long, and trying to upload the file.
But File upload control does not do any thing, it just shows blank input field. I've tested in other browser like chrome and mozilla, it works fine, comes into my javascript code, but in the case of the IE (verified in IE8, and IE9) it is not even coming to
my js function.
Please help me what shall I do to show a message if it fails.
Please refer this for more information