Skip to content

Auto Download File from mozilla using geckofx #48

@GoogleCodeExporter

Description

@GoogleCodeExporter
What steps will reproduce the problem?
1. i have used following code to run in Firefox. Code runs successfully but i 
couldn't download automatically when we select Zip file.
       I have placed my code sample below.

 public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
            Skybound.Gecko.Xpcom.Initialize("D:\\software\\xulrunner");
        }
        private void Form1_Load(object sender, EventArgs e)
        {
          geckoWebBrowser1.Navigate("ftp://ftp.mozilla.org/pub/xulrunner/releases/1.9.0.17/runtimes/");
        }
    }    


What is the expected output? What do you see instead?

i need to download when we select zim file from that url.

What version of the product are you using? On what operating system?

iam using XulRunnervesion-1.9.1.3500 in windowsXp

 I have attached sample output which iam getting.

Original issue reported on code.google.com by vinodh...@gmail.com on 18 Mar 2015 at 7:52

Attachments:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions