|
-
Sep 23rd, 2005, 07:58 PM
#1
Thread Starter
Frenzied Member
[RESOLVED] Want to "post" xml document to an .asp application, but how to receive...
how do I receive the posted xml document? I plan on using the XMLHttpRequest object to send the xml document to the .asp application, but how do I code the part of actually receiving the xml document?
For non-xml posting, like using Forms, I know that it's:
x = Request.Form("variable")
But the xml posting, it's not the same(or at least I don't think it is). Any ideas?
Last edited by benmartin101; Sep 24th, 2005 at 02:28 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|