Style button in upload type
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
精彩评论