2009.3.1503.35
<meta http-equiv="x-ua-compatible" content="IE=8" />
On my page I indicated to be compatible with IE8, however if the user forces the setting to "Display all websites in Compatibility View" then the Upload's add/select button will not do anything when clicked.
Is this the expected behavior or fixed in later version of Upload?
Update: My page has this, if this exists plus in Compatibility View is turned on, then [Select] doesn't do anything.
<meta http-equiv="x-ua-compatible" content="IE=8" />
<meta http-equiv="x-ua-compatible" content="IE=8" />
On my page I indicated to be compatible with IE8, however if the user forces the setting to "Display all websites in Compatibility View" then the Upload's add/select button will not do anything when clicked.
Is this the expected behavior or fixed in later version of Upload?
Update: My page has this, if this exists plus in Compatibility View is turned on, then [Select] doesn't do anything.
<meta http-equiv="x-ua-compatible" content="IE=8" />
| <telerik:RadUpload ID="myUpload" runat="server" InputSize="80" Width="700px" Skin="Simple" |
| ControlObjectsVisibility="RemoveButtons" |
| AllowedFileExtensions=".msg,.mht,.txt,.pdf,.htm,.html,.doc,.docx,.xlsx,.xls,.pptx,.ppt,.gif,.jpg,.tif" |
| OnClientFileSelected="checkExtension" |
| OnClientDeleting="OnClientDeletingHandler" |
| OnClientDeletingSelected="OnClientDeletingSelectedHandler"> |
| </telerik:RadUpload> |