I am placed a button for upload image files.I want to customize that button, i want to add more than one image file ,what is the logic to achive.
<input type="file" />,this is rendering a choose button with a text saying `no files choosen` in the same line.
Is it possible to customize the text "no files choosen
"below the choose
button.Meanwile i wise to keep an camera image before the no files choosen
text.
How to perform this to improve my site.
Thanks