Hi Boris, Thanks for the help...
I look for many interfaces to implement downloading and after a lot of research I didn't find any step by step document to implement it. can you please provide any link for the same. Is there already implemented components? Which I can use instead of implementing each interfaces. Thanks... again. Boris Zbarsky wrote: > > dev_india wrote: >> let us assume that if I click on a link pointing to a zip file so i want >> to >> know here. >> 1. What is the type of URI (i.e link is pointing to a zip file) being >> opened? >> 2. Can our browser handle zip files? >> 3. If no then which other application can handle it or I need to download >> target file? > > You can find all of this out by either implementing the interfaces that > nsHelperAppService calls, no? > > That is, the browser will try to handle the data, and if it can't will > ask you what to do with it. > >> Is nsIHelperAppLauncher and nsIHelperAppLauncherDialog interfaces are >> correct one to use here? > > Yes. > > -Boris > _______________________________________________ > dev-embedding mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-embedding > > -- View this message in context: http://www.nabble.com/How-can-I-get-information-about-a-URI-being-opened--tp21804938p21828037.html Sent from the Mozilla - Embedding mailing list archive at Nabble.com. _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
