Posted on: 1/31/2014 6:13:42 AM | Views : 678

Hi,
I have one  Image on page, on click of that i am triggering Fileupload's click event through Javascript.
But after selection of the file, for submit i need to click on the 'Submit' button two times.
This issue is related to IE 10.
Please find below my code for that.
<html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <script type="text/javascript" language="javascript"> function ShowFileUpload(status) { document.getElementById('flp').click(); } </script> </head> <body> <form id="form1" runat="server"> <div> <table> <tr id="trPostOptions" > <td> <asp:Image runat="server" ID="imgbtnPhoto" ClientIDMode=&q ...

Go to the complete details ...