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
Original issue reported on code.google.com by
vinodh...@gmail.com
on 18 Mar 2015 at 7:52Attachments: