K
kackson
Hi,
Please direct me if this is the wrong group to ask.
I'm writing a c# program to visit website and autodownload files that
may be prompted.
For example, I visit http://www.mytestwebsite.com and the page will
prompt with a somefile.csv. I would like my program to autodownload
whatever maybe the file and then parse it for info I'm interested.
My code is
webBrowser.Navigate("http://mytestwebsite.com");
I'm stuck here because after that, the browser will pop out a window to
ask to save the file. How to make the poping of window go away
automatically and directly store and parse the file?
A million thanks.
Please direct me if this is the wrong group to ask.
I'm writing a c# program to visit website and autodownload files that
may be prompted.
For example, I visit http://www.mytestwebsite.com and the page will
prompt with a somefile.csv. I would like my program to autodownload
whatever maybe the file and then parse it for info I'm interested.
My code is
webBrowser.Navigate("http://mytestwebsite.com");
I'm stuck here because after that, the browser will pop out a window to
ask to save the file. How to make the poping of window go away
automatically and directly store and parse the file?
A million thanks.