views:

566

answers:

0

Is there an alternative for Content-Disposition with "attachment; filename=..."?

I'm sending a streamed on the fly exe file and wish the browser to open the "save as" or "run" when I begin sending.

I'm using the C# HttpResponseHeader and wish to use its members or the HttpWorkerRequest members.

Thanks, Moshe