I need to disable upload button. It's possible?
here may be this can help you,
fileActionSettings: {
showRemove: false,
showUpload: false,
showZoom: true,
showDrag: false,},
Similar to @lyhoshva,
$("#attachments").fileinput({
'showUpload': false
});
Krajee Documentation, see block 2a
Set
'pluginOptions' => [
'showRemove' => false,
]
or, if you use js
"pluginOptions" : {
"showRemove" : false
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With