How to hide text field in Html File Upload

后端 未结 12 833
南旧
南旧 2020-12-01 06:50

I am wondering how to hide the text field portion of a standard html file upload tag

for example



        
12条回答
  •  执笔经年
    2020-12-01 07:09

    I'd recommend hiding the whole thing and putting a separate button object which, when clicked, will end up clicking the input's browse button.

    You can do this with CSS and javascript -- check out this article (actually the second time I've used this reference today).

提交回复
热议问题