Hello:
I’m working on an XML editor based on the Simple Editor example:
http://www.kirupa.com/web/xml/examples/simpleeditor.htm
using the ActionScript (input_xml, output_xml, sendAndLoad, etc.) and the PHP code, using:
$raw_xml = file_get_contents(“php://input”);
Most of the time it works fine. Every once in a while, after Flash has done the sending and loading and is ready for the next edit, the XML file has been emptied on the server (filesize = 0 bytes).
Has anyone else had this problem?
Is this a PHP or a Flash error that needs to be handled?