Hi,
I have a problem with downloading the file.
I provide a list of all the files uploaded to a particular item in my web page. All my uploaded files are stored in a directory on the web server. When the user clicks on one of those links, I need to let him download it. It shouldn't display the contents of the uploaded file.

Setting Response.ContentType doesn't seem to work.

How can this be done?

Thanks,
Soujanya