Carlos Eduardo
Carlos Eduardo

Reputation: 11

How to detect when user start download in browser?

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

Answers (1)

SLaks
SLaks

Reputation: 887405

It is fundamentally impossible for server-side code to modify the browser's download experience.

Upvotes: 6

Related Questions