I would either like to not allow the user to type in the box
SOLUTION
<input type="file" name="file" onKeyDown="this.blur()" onContextMenu="return false;">
In IE 7.0 and IE8.0 this fix is not required. As it has already been made readonly by Microsoft. This fix is specifically required for IE 6.0
No comments:
Post a Comment