Hello Telerik people,
I had a question about if its possible to fire the browse event of the radupload with a dedicated button.
Found a bit code on this site but here it only returns null.
Greetings,
Jeroen Speldekamp
I had a question about if its possible to fire the browse event of the radupload with a dedicated button.
| <asp:ScriptManager ID="ScriptManager" runat="server" /> |
| <telerik:RadUpload ID="CVUpload" runat="server" MaxFileInputsCount="1" ControlObjectsVisibility="None" /> |
| <script type="text/javascript"> |
| var a = getRadUpload("<%= CVUpload.ClientID %>"); // this is null |
| var b = $find("<%= CVUpload.ClientID %>"); // this is null |
| </script> |
Found a bit code on this site but here it only returns null.
Greetings,
Jeroen Speldekamp