标签: javascript css twitter-bootstrap
有人用过这个图书馆吗?我有一个问题,我正在努力工作几个小时,我无法找到解决问题的方法。是否可以从页脚中删除“上传”按钮,如果是,如何?
image of the problem
Link to the library
答案 0 :(得分:0)
找到解决这个问题的方法!如果将来有人遇到问题,修复它的方法是:
<script> $("#yourClass").fileinput({ layoutTemplates: { actionUpload: "" } }); </script>