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

Need To Double Click KendoUpload Button

0 Answers 55 Views
Validation
This is a migrated thread and some comments may be shown as answers.
bergonom
Top achievements
Rank 1
bergonom asked on 16 Oct 2012, 05:02 PM
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:
<a href="javascript:void(0)">
    <input id="FileName" name="FileName" type="file" />
    <script>
        jQuery(function () {
            jQuery("#FileName").kendoUpload();
    });
    </script>                    
</a>

Thanks!                                             

No answers yet. Maybe you can help?

Tags
Validation
Asked by
bergonom
Top achievements
Rank 1
Share this question
or