I have problem to insert simple text inside <input type="file"/>
. In my case input type is bordered and with Upload function. When i try to insert text inside i loose upload function in the bordered field where i hide "Browse" button behind. here is my code...
<div class="col-md-12 background">
<div class="file_button_container">
<input type="file"/>
<div class="k-span text-center">
<span> Click here to upload image </span>
</div>
</div>
</div>