Stephane
Stephane

Reputation: 5078

How to detect when a user start downloading a file in a browser?

I'm trying to understand (and possibly implement) how some file downloaders detect a download in my browser and automatically start downloading in replacement of the browser internal download module. Any idea how it's done especially related to C# or Java coding ?

Upvotes: 0

Views: 284

Answers (1)

M.Babcock
M.Babcock

Reputation: 18965

In Firefox, download managers are implemented as Extensions (plug-ins). A good starting place would be here

Upvotes: 2

Related Questions