Click here to Skip to main content
15,907,329 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi friends,


i struggled this scenorio actually we have used input file in all the page right . now i need to change little bit changes over there i need to change the button color like yellow. will you please tell me anyone knows how to do this

<pre>  <input class="fileupload" id="fileInput" type="file" file-model="myFile" />


here i have tried..how to change the default button color

What I have tried:

<input class="fileupload" id="fileInput" type="file" file-model="myFile"/>
Posted
Updated 13-Jun-17 0:51am

1 solution

You just hit a old and serious problem...
Browser are not handle well (or at all) style rules on the input element when type='file'... And unfortunately you have not much options, but pick a 3rd party solution or work hard on your own...
A tutorial about this:
CSS2/DOM - Styling an input type="file"[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900