I have a button to upload image files and I want to customize it to allow for uploading more than one image file. What is the logic to achieve this?
<input type="file" />, which renders a choose button with text that says `no files chosen` in the same line.
Is it possible to customize the text "no files chosen
" below the choose
button? I also wish to include a camera image before the no files chosen
text.
How can I implement this to enhance my site?
Thank you