I got code for input file:
<input type='file'/> When I selected a file from my directory, it shows file name beside choose button. Now, I'd to show all files that I choose. For example:
1.png
2.pdf
3.png
Note that (1, 2, 3 is file name)
How can I do that? Thanks.