标签: java jsp struts2
我正在使用Struts2,在这种情况下我想自定义输入标记消息。 基本上改变一个新的“没有选择文件”。
有人知道怎么做吗?
答案 0 :(得分:2)
这是浏览器代码file的硬编码消息,您无法直接更改它们。但您可以使用css或jquery来完成此操作。
file
css
jquery
来源How can I remove the "No file chosen" tooltip from a file input in Chrome?和Change the "No file chosen":