Stylize FileUpload [duplicate]

1

How to stylize a FileUpload element? I have already seen some examples where they play tricks to hide the element and put an image underneath, I would like to know if anyone knows any other way to style this element.

    
asked by anonymous 19.01.2016 / 13:49

1 answer

0

stylize one input tag of type file requires a little work, browsers do not keep the same pattern for this element and this makes it difficult to keep something nice in our application.

Below is an example of how to make the stylization of the input field and another link is a jQuery component, very cool and worth using for not having all that work.

You also can see an example in the jsFiddler .

    
19.01.2016 / 13:58