In html we know using input type file we get file dialog to select file. Is there any way to open file dialog using input type button? We used
<input type="file" class="file" name="attachement" />
But I want to use
<input type="button" class="file" name="attachement" />