Reputation: 11
I have searched extensively and have not found a solution.
Here is what im looking for:
When a user starts a download in a browser, I wish to move it to the download manager and remove the dialog download from browser, is this possible in C#?
Upvotes: 1
Views: 332
Reputation: 887405
It is fundamentally impossible for server-side code to modify the browser's download experience.
Upvotes: 6