rodrigonh / geckofx

Automatically exported from code.google.com/p/geckofx
0 stars 0 forks source link

Auto Download File from mozilla using geckofx #48

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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:

GoogleCodeExporter commented 9 years ago
is there any updates on this.

Original comment by vinodh...@gmail.com on 19 Mar 2015 at 10:10