I have a rather simple kendoUpload button and it mostly works fine,
but in IE9 the user needs to double click the button to get the file
browser window to display.
Also, the user can only click on the button label - clicking (or double
clicking) on the larger button image has no effect.
Here's the code:
Thanks!
but in IE9 the user needs to double click the button to get the file
browser window to display.
Also, the user can only click on the button label - clicking (or double
clicking) on the larger button image has no effect.
Here's the code:
<
a
href
=
"javascript:void(0)"
>
<
input
id
=
"FileName"
name
=
"FileName"
type
=
"file"
/>
<
script
>
jQuery(function () {
jQuery("#FileName").kendoUpload();
});
</
script
>
</
a
>
Thanks!