3
I’m using: http://plugins.krajee.com/file-input
Here is an example in jsfidde : https://jsfiddle.net/DTcHh/30000/
How to disable this button:
Here is the code:
HTML:
<input id="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 });
He loses control
fileActionSettings:{showZoom: false}
after refreshing page.– Matheus Miranda
I recommend using the friend solution @Denis. But that way. . Kv-file-zoom { visibility: Hidden; }
– richellyitalo