How to hide text field in Html File Upload

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

    The file input button is extremely difficult to style and manipulate, mainly for security reasons.

    If you really need to customize your upload button, I recommend a Flash based uploader like SWFUpload or Uploadify that enables you to use a custom image as button, display a progress bar, and other things.

    However, its basic philosophy differs from just embedding a control into a form. The uploading process takes place separately. Make sure you check out first whether this works for you.

提交回复
热议问题