首页
话题
动态
专家
文章
作者
公告
更多
积分规则
登录 或 注册
首页
话题
动态
专家
文章
作者
公告
积分规则
发表新帖
发表新帖
How to rename HTML “browse” button of an input type=file?
前端
未结
关注
10
1527
轻奢々
2020-11-27 15:01
How to rename the browse button as \"
Select the file
\"? E.g.:
10条回答
暖寄归人
(楼主)
2020-11-27 15:54
Wrap the
with a
tag;
Add a tag (with the text that you need) inside the label, like a
or
;
Make this tag look like a button;
Make
input[type="file"]
invisible via
display: none
.
0
讨论(0)
查看其它10个回答
发布评论:
提交评论
加载中...
验证码
看不清?
提交回复
热议问题