This is a migrated thread and some comments may be shown as answers.

MVC Upload did not work on a Modal form in IE7

1 Answer 48 Views
Upload
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Samir
Top achievements
Rank 1
Samir asked on 16 Jun 2011, 05:10 AM
Dear Support,

I have a requirement to have the MVC Upload extension on a modal form but when you view it in IE7, the upload button still interacting but does not get clicked.

I have attached the demo project.

Thanks,

Update: For IE7,  I just set the z-index to 10000 and it worked. The auto option only works in IE8 and IE9.

1 Answer, 1 is accepted

Sort by
0
Patrick
Top achievements
Rank 1
answered on 22 Nov 2011, 04:31 PM
add this in your CSS file and it works:
.t-upload-button input 
{
   z-index9999 !important;   
}

Lol, later I saw that you already found the answer...
Tags
Upload
Asked by
Samir
Top achievements
Rank 1
Answers by
Patrick
Top achievements
Rank 1
Share this question
or