jammer1221
Programmer
Hey All,
I've created and loaded some xml in my flash movie using this
Later on down the road I want to save this XML to my server using PHP. I've read about send and sendAndLoad and I've gotten those to *kinda* work. But, I can only get the GET method to work. So, my question is: How do I send my XML file/data to a PHP page using the POST method?
Thanks,
Matt
I've created and loaded some xml in my flash movie using this
Code:
var _xml:XML = new XML();
//I left this middle out for posting...
_xml.load("xml.xml");
Later on down the road I want to save this XML to my server using PHP. I've read about send and sendAndLoad and I've gotten those to *kinda* work. But, I can only get the GET method to work. So, my question is: How do I send my XML file/data to a PHP page using the POST method?
Thanks,
Matt