How to leave the field for sending invisible file? [duplicate]

0

I want to remove that part "Choose file .. No file selected" and leave only one image.

    
asked by anonymous 06.02.2015 / 12:30

2 answers

0

I found a simple and interesting way to get this part, or rather, to hide it. link
It puts opacity 0 in this input to make that part invisible.

    
06.02.2015 / 14:22
0

Friend, to style the input[type=file] field I use the Jquery Filestyle plugin. You can do a lot of cool things with it.

More information here: link

    
31.03.2016 / 04:41