I have a FileUpload Control like this
<asp:FileUpload ID="fileuploader" runat="server" />
Now I want to apply css only on the Browse button part
How can I do this?
Styling an input tag with type="file" requires a bit of work, browsers don't behave similarly when you try to style them unfortunately.
input
type="file"
There are a few methods of doing so though:
1.4m articles
1.4m replys
5 comments
57.0k users