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
