Programatically Build and Post Form
From: Tom Donohue (tdonohue60067_at_community.nospam)
Date: 12/13/04
- Next message: Phil Wilson: "Re: Runnig at Native speed...Dream or reality ?"
- Previous message: Dino Chiesa [Microsoft]: "Re: is it possible to capture an insert event in an Oracle database?"
- Next in thread: Steven Cheng[MSFT]: "RE: Programatically Build and Post Form"
- Reply: Steven Cheng[MSFT]: "RE: Programatically Build and Post Form"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 13 Dec 2004 08:33:13 -0800
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
- Next message: Phil Wilson: "Re: Runnig at Native speed...Dream or reality ?"
- Previous message: Dino Chiesa [Microsoft]: "Re: is it possible to capture an insert event in an Oracle database?"
- Next in thread: Steven Cheng[MSFT]: "RE: Programatically Build and Post Form"
- Reply: Steven Cheng[MSFT]: "RE: Programatically Build and Post Form"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|