开发者

Style button in upload type

开发者 https://www.devze.com 2023-02-24 04:35 出处:网络
I have a style that I apply to my buttons. Can I apply the same style to the button of the file upload element without affecting the entry f开发者_运维技巧ield?

I have a style that I apply to my buttons. Can I apply the same style to the button of the file upload element without affecting the entry f开发者_运维技巧ield?

<input type="file" name="myFile">


The designing of file element is not supported by almost all browser. Some browser allow it and some browser does not allow it.

You can not make it browser compatible. Basically you do not have complete control to design it.

You can also go with this article


Due to security concerns, browsers doesn't allow you to edit or style the upload button. It can be exploited to trick the user. Example

0

精彩评论

暂无评论...
验证码 换一张
取 消