0

I am having problem with <input type="file"/> in IE 7, it is allowing me to type into it. This problem is not present in FF 3.6 and IE 8.0

Is this known problem?

And every body handles it with writing java script event to eat-out the key presses as suggested here?

Community
  • 1
  • 1
Reddy
  • 8,737
  • 11
  • 55
  • 73
  • Is your question whether this is a known problem? You linked already to the correct answer to your post. IE handles file uploads differently than other browsers. – Dennis G Oct 14 '10 at 13:01
  • yea.. I thought browsers would handle it automatically. Now I know why people hate IE. I was trying to know if this is present in all IE < 8 versions – Reddy Oct 14 '10 at 13:08

1 Answers1

0

I have used unselectable=on property at that time. http://msdn.microsoft.com/en-us/library/ms537840%28v=vs.85%29.aspx

Got this link somewhere about testing on multiple IE in Windows7, hope to be useful for anybody having this kind of problems.

Reddy
  • 8,737
  • 11
  • 55
  • 73