Forum Moderators: open
[msdn.microsoft.com...]
the link you posted is for the xml framework only. here is an indeep article for asp or vb to use the functions i proposed in my answer above:
How to use a sync/async Retrieve HTTP component in your ASP & VB projects. [codeproject.com]
This is beginning to go a little over my head, so maybe I should be take a minute to explain a little more about the challenge, before enquiring further:
CURRENT SITUATION
A form on the client page references another server, and that server then returns a "unique for that user" file (with a unique name) to the client browser, which the user can then save to their hard-drive.
DESIRED SITUATION
What we would like to do is somehow make that same <form action="xxxx"> command from the server side, download the file(we don't know what the filename will be) to the server, save it, and then deliver it to the client as required.
I hope this makes sense.
Jgar