gpt4 book ai didi

css - 使用 twitter bootstrap 创建文件上传按钮时出现问题

转载 作者:行者123 更新时间:2023-11-28 10:53:59 26 4
gpt4 key购买 nike

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

这是我的代码:

<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>

我在用

文件上传按钮未显示。

最佳答案

试试这个..

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

关于css - 使用 twitter bootstrap 创建文件上传按钮时出现问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22683981/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com