Hi I have currently custom 2 button called Browse and Import. I also have a input type as a text. My question is how i can browse and select a record and place in input type text
Please advise
<input type="button" id="btnBrowse" value="Browse" onclick="document.getElementById('fileID').click(); return false" style="height:31px; font-size:14px; background-color:#3399FF" class="k-button" />
<input type="submit" id="btnSubmit" value="Import" style="height:31px; font-size:14px; background-color:#3399FF" class="k-button" />
<input type="text" id="fileName" class="file_input_textbox" readonly="readonly">