How to rename HTML “browse” button of an input type=file?

前端 未结 10 1520
轻奢々
轻奢々 2020-11-27 15:01

How to rename the browse button as \"Select the file\"? E.g.:


10条回答
  •  温柔的废话
    2020-11-27 15:50

    AFAIK you cannot change the button text, it is hard coded in the browsers.

    But there are several workarounds to put a button with diferent text/image on a form:

    link

提交回复
热议问题