Hello,
Currently I am developing an IHttpHandler which at the should redirect the user to an Edit mode of a document located in a Document Library.
The Problem is that in Firefox and Chrome it downloads the document in the temp folder. In IE it works as expected.
The following code is used for the redirection:
SPUtility.Redirect(urlOfTheNewDocument, SPRedirectFlags.Trusted, context);