I'm using: link
Here is an example in jsfidde: link
How to disable this button:
Hereisthecode:
HTML:
<inputid="input-id" type="file" class="file" data-preview-file-type="text">
JS:
$("#input-id").fileinput({ showRemove: true, showUpload: false, showCaption: true, showZoom: true, zoomIcon: false });