I am trying to write a code to download file from server. i am using file.list to display the file in the server so that the user can select it. My doubt is i want to insert a mark( small image)along file name,when the user clicks on the corresponding file name.How to perform this task
For Example
Pathfinder.exe
example.txt
mozilla.exe
(When example.txt is clicked my Jsp must be like the below responce)
Pathfinder.exe
example.txt (An tick image must be inserted here)
mozilla.exe