【问题标题】:Issue while creating file upload button using twitter bootstrap使用 twitter bootstrap 创建文件上传按钮时出现问题
【发布时间】:2014-05-06 05:05:11
【问题描述】:

我在我的应用程序中使用引导控件。我正在尝试在我的应用程序中创建文件上传控件。

这是我的代码:

<input type="file" id="fileUploadTest" runat="server" />

<script type="text/javascript">
    $(document).ready(
        function () {
            $('#fileUploadTest').ace_file_input({
                no_file: 'No File ...',
                btn_choose: 'Choose',
                btn_change: 'Change',
                droppable: false,
                onchange: null,
                thumbnail: false
            });
        }
    );
</script>

我正在使用

文件上传按钮未显示。

【问题讨论】:

    标签: css twitter-bootstrap


    【解决方案1】:

    试试这个..

    FIDDLE

    $(document).ready(
                        function () {
                            $('#fileUploadTest').ace_file_input({
                               no_file: 'No File ...',
                                btn_choose: 'Choose',
                                btn_change: 'Change',
                                droppable: false,
                                onchange: null,
                                thumbnail: false
                            });
                        }
                    );
    

    Twitter Bootstrap

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-08-08
      • 2012-06-29
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-05-29
      • 2014-06-02
      相关资源
      最近更新 更多