Styling an input type=“file” button

后端 未结 30 1643
终归单人心
终归单人心 2020-11-21 11:50

How do you style an input type=\"file\" button?

30条回答
  •  北海茫月
    2020-11-21 12:12

    
    

    I would normally use simple javascript to customize the file input tag.A hidden input field,on click of button,javascript call the hidden field,simple solution with out any css or bunch of jquery.

    
    

提交回复
热议问题