|
-
Feb 20th, 2003, 02:13 PM
#1
Thread Starter
New Member
flash xml and request.form
when sending xml out of a flash movie, it is sent with the POST method. but it is not sent in the regular key=value way, just the url encoded xml is sent...in classic asp i was able to load the xml like: XMLDoc.loadXML(Request.Form) and the xml would be built correctly. in .NET however it gives me an error about how it is a collection class that cannot be coverted to a string. does anyone know a way to read the posted data straight through another way Or maybe a way to load the xml another way??? rob
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
|