gpt4 book ai didi

html - 如何更改 "Browse"按钮文本

转载 作者:行者123 更新时间:2023-11-28 03:20:06 25 4
gpt4 key购买 nike

我需要根据 JSP 中的区域设置更改“浏览”按钮文本。 (例如俄语、葡萄牙语)用于基于 Spring 的元素。

以下是浏览按钮的当前实现

<td><input type="file" id="file" name="fileName"/></td>

enter image description here

据我所知,我们无法更改输入类型文件 的文本。这是浏览器中浏览按钮的默认行为。

我尝试了以下解决方案

<input type="button" id="button" value="Browse"/>
<input type="file" id="fileName" style="opacity:0; position:relative; left:-40px;" onchange="javascript: document.getElementById ('fileName').value = this.value"/>

enter image description here

但上面的一个是在浏览器中给出安全问题。


https://stackoverflow.com/它为此提供了理想的解决方案(使用输入类型 file 更改浏览按钮的文本):

enter image description here

<input type="file" name="filename" id="filename-input" value="browse" size="18" style="float: right; width: 250px;">

谁能帮我解决这个问题或实现上述解决方案的方法(https://stackoverflow.com/ 文件上传)。

最佳答案

您可能正在寻找 this answer类似的问题。

建议使用Bootstrap File-system CSS 样式。

关于html - 如何更改 "Browse"按钮文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24927381/

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