简体   繁体   中英

Bootstrap file-input

Has someone used this library? I have a question that I am working on for hours, and I can't find a way to fix it. Is it possible to remove the Upload button from the footer, and if yes how?

image of the problem

Link to the library

Found the way to fix this! If someone has problems with it in future the way to fix it is:

<script>
$("#yourClass").fileinput({
        layoutTemplates: {
        actionUpload: ""
    }
});
</script>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM