I have a very strange problem that I cannot solve.
There is something preventing a user from opening the file browse window when clicking the browse button in internet explorer. This input does not use javascript. I am unable to access the user’s computer to see what is happening on their end.
They are using MSIE 9.0; Windows NT 6.0
<input name="picture" type="file" width="100px" class="stretch">
If anyone has any ideas why the input is not working I would greatly appreciate them.
Your Html looks good, i have tryed it. I think the only thing that breaks the functionality is your css-class “stretch”. Please try it without that css class and/or post the style definition here.