G
Guest
Hello All:
I've got, what appears to be a simple problem, but am having a brain cramp
on determining the best way to implement. Here is the requirement (I am using
ASP.net v1.1)
User enters information in web form (OK)
User submits form (OK)
On form submission, parse data and store as XML to a file on the server (OK)
Automatically send the XML file to a remote server as an HTTP POST (Problem)
I've investigated the HTTP Response object and haven't found the right way
of capturing the XML file, applying the HTTP Header, and Posting this to the
external page. Creating the text string w/
<Form...MimeType=multipart/form-data... Input Type=File... etc is not a
problem. The problem is how to take this string and stream it to the
appropriate location.
Thanks for any help you can provide.
Tom
I've got, what appears to be a simple problem, but am having a brain cramp
on determining the best way to implement. Here is the requirement (I am using
ASP.net v1.1)
User enters information in web form (OK)
User submits form (OK)
On form submission, parse data and store as XML to a file on the server (OK)
Automatically send the XML file to a remote server as an HTTP POST (Problem)
I've investigated the HTTP Response object and haven't found the right way
of capturing the XML file, applying the HTTP Header, and Posting this to the
external page. Creating the text string w/
<Form...MimeType=multipart/form-data... Input Type=File... etc is not a
problem. The problem is how to take this string and stream it to the
appropriate location.
Thanks for any help you can provide.
Tom