i would like to diplay the files which is listed in my databse and create a link for it..then when the user click on the link he will immediately see the download dialog box instead of the file's content...currently im only having the coding to pop-up the download dialog box....
response.addHeader"content-dispotion","attachment'filename=filename.ext"
plz help