I have used Pure ASP upload in order to upload filenames to a database and the actual file to a server. I can create a recordset in which I can view the file name that has been loaded, but I would like to create a link in that recordset to the actual file residing on the database. Basically, I am creating a news page and I want the user to be able to click on the file name to download a copy of the PDF file that is associated with the file name. Can anyone help?