gpt4 book ai didi

javascript - 输入类型=文件仅显示按钮

转载 作者:IT老高 更新时间:2023-10-28 13:19:04 24 4
gpt4 key购买 nike

有没有办法设置样式(或脚本)<input type=file />元素只有可见的“浏览”按钮没有文本字段?

谢谢

编辑:只是为了澄清为什么我需要这个。我正在使用来自 http://www.morningz.com/?p=5 的多文件上传代码它不需要输入文本字段,因为它从来没有值(value)。脚本只是将新选择的文件添加到页面上的集合中。如果可能的话,没有文本字段会更好看。

最佳答案

<input type="file" id="selectedFile" style="display: none;" />
<input type="button" value="Browse..." onclick="document.getElementById('selectedFile').click();" />

这肯定会奏效,因为我已经在我的元素中使用了它。

关于javascript - 输入类型=文件仅显示按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1084925/

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