Hi,
In the
Jsp, I iterate and print from an ArrayList.
It prints List of files uploaded for a user.
1. File 1
2. File 2
3. File 3
4. File 4
.
.
.etc.
When I click on the Filename, I should download the file from
http:\\localhost\portal\Client_Upfiles\File 1.jpg
Please let me know how I should write the actionmapping to download the file from the folder "Client_upfiles" of my application name "portal".
Thanks ,
Bhuvana