03-16-06 10:52 PM
>That is the XML on the URL. Some times if i make it smaller, that doesnt
>give me that error. but i dont thing is a good idea making it smaller, what
>would be the point ?
>Any suggestion??? Thanks for triying..
Well I guess this should work:-
Dim strXML
Dim objXML
Set objXML = Server.CreateObject("Microsoft.XMLDOM")
objXML.LoadXML Request.QueryString("database1")
But the query string isn't where you really want to be putting the data,
it's not really a POST more a GET with a very large query string.
Is there no mechanism in Flash to perform a proper post where the XML is
sent up as the entity body?
Anthony.
[ Post a follow-up to this message ]
|