Hey guys. I searched through this forum and was not able to find the answer to this.
I have an application that needs to automatically download a file that is created dynamically after a form post.
Here's my work flow:
1. I log into a website
2. I navigate to a certain page lets say settlementReport.do
3. I post some data to the web page
4. It dynamically creates a text file and pops up a message box to download the text file
What I need is to automatically download the file or even better, stream the text file to memory.
Do you think this is possible?
Any help will be greatly appreciated.
I have an application that needs to automatically download a file that is created dynamically after a form post.
Here's my work flow:
1. I log into a website
2. I navigate to a certain page lets say settlementReport.do
3. I post some data to the web page
4. It dynamically creates a text file and pops up a message box to download the text file
What I need is to automatically download the file or even better, stream the text file to memory.
Do you think this is possible?
Any help will be greatly appreciated.