简体   繁体   English

引导文件输入

[英]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>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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