How to hide text field in Html File Upload

后端 未结 12 835
南旧
南旧 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:12

    If you are using jQuery, have a look at this plugin - https://github.com/ajaxray/bootstrap-file-field

    It will display the file input field as a bootstrap button and will show selected file names beautifully. Additionally, you can set various restrictions using simple data-attributes or settings in js.
    e,g, data-file-types="image/jpeg,image/png" will restrict selecting file types except jpg and png images.

提交回复
热议问题