Hi,
Given a URL to a file, is there way in ASP to force a download on this file when the User clicks a button that points to this link. Once the button is clicked, the open/save as dialog should be displayed.
I have tried doing this by using ADODB.Stream object but the server that I am using fails to create this object.
Your urgent help is greatly appreciated.
Given a URL to a file, is there way in ASP to force a download on this file when the User clicks a button that points to this link. Once the button is clicked, the open/save as dialog should be displayed.
I have tried doing this by using ADODB.Stream object but the server that I am using fails to create this object.
Your urgent help is greatly appreciated.