On Wed, Jun 23, 2004 at 02:36:12PM +0200, Marek Lewczuk wrote: > Hello, > I want to download a file using nsIDownloadManager. Below is not > working, so I can't event initialize downloadManager class.
nsIDownloadManager can't download any files itself anyway... maybe you want to look at nsIWebBrowserPersist, or possibly nsIDownloader. This is the mozilla code that runs when doing "Save link target as": http://lxr.mozilla.org/seamonkey/source/xpfe/communicator/resources/content/contentAreaUtils.js#404 -- _______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
