Download file after uploading
Question:
Does Pure ASP Upload allow someone to build a page for the users to view and download files in a particular directory?
Does Pure ASP Upload allow someone to build a page for the users to view and download files in a particular directory?
Answer:
Use Pure ASP Upload to put the filenames into a table in a database.
- From the Bindings panel, choose Recordset.
- Name the recordset rsDownload.
- In Connection select your database connection.
- Choose the table and select the fields you need.
- Create your page that will show all the downloads. Drag and drop the needed rsDownload columns from the Bindings panel on the page.
To show more then one download file you can choose Repeat Region from the Server Behaviors panel. - Create links to the files.
That's it!!!
Comments
Be the first to write a comment
You must me logged in to write a comment.