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,ca llback,"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