How to read variable sent using postUrl from asp page

chore_ashwin
04-17-2004, 07:14 AM
I am using postUrl( ) to pass data from svg to an ASP page
I want to know how to read the variable in asp page

I am using it as follows

postURL("saveSvg.asp?file=ash.txt&cont=ash",con,callback,"image/xml-svg",null)

I want to read the variable con ,the second parameter from asp page

I read the message that asked for
$data=$http_row_post_data; equivalent in ASP

I visited the site that was reffered but i am not finding any help from that site
http://www.tupps.com/flash/faq/xml-v1-0-0.html

request.form is blank

please help me


please tell me how do i read it

Anonymous
04-18-2004, 03:10 AM
hi chore
in case u post xml data
in asp just load the asps request object into a domdocument.
e.g.

<%@ Language=VBScript %>
<%
set xml = server.createObject("MSXML2.DOMDocument")
xml.async=false
xml.load(request)
xml.save "bla.xml"
%>

in case you dont post xml:post xml!
hope that helps
Holger

chore_ashwin
04-21-2004, 04:37 AM
thank you
It is working fine for me thanks

seb
04-21-2004, 04:47 AM
hello chore_ashin,

I do have the same problem than you. Could you explain to me how you did?

thanks

 
Web mp2kmag.com
mapforums.com

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum