cliffymania
Programmer
Has anyone ever tried this?
I have a client who wants to put a terms and conditions page before a user can download a document.
I know SharePoint uses the httphandler to create links on the fly, but how do you intercept that handler?
In our case the user has a direct link to a document. They enter that link in the browser and bypass all the standard navigation through Sharepoint to go directly to the document. When those non ASPX extensions are hit I would like SharePoint to divert the user to a "Terms and Conditions" page. They accept it and then they get the download.
any ideas?
I have a client who wants to put a terms and conditions page before a user can download a document.
I know SharePoint uses the httphandler to create links on the fly, but how do you intercept that handler?
In our case the user has a direct link to a document. They enter that link in the browser and bypass all the standard navigation through Sharepoint to go directly to the document. When those non ASPX extensions are hit I would like SharePoint to divert the user to a "Terms and Conditions" page. They accept it and then they get the download.
any ideas?