krajee bootstrap file input disable/remove upload icon preview thumbnail

php, twitter-bootstrap

Solution

Similar to @lyhoshva,

    $("#attachments").fileinput({
        'showUpload': false
    });

Krajee Documentation, see block 2a

Problem

I need to disable upload button. It's possible?

Original source