I want to remove that part "Choose file .. No file selected" and leave only one image.
I want to remove that part "Choose file .. No file selected" and leave only one image.
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.
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