flash, sendAndLoad, and XML - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: flash, sendAndLoad, and XML (/showthread.php?tid=33698) |
flash, sendAndLoad, and XML - El Forum - 09-05-2010 [eluser]Unknown[/eluser] I'm having problems figuring out how to make everything work with an app I've built and am porting to CodeIgniter. Flash sends the xml data to the server and before the I read the data in via Code: file_read_contents('php://input') ; It appears that this is the only way that php will read in the sendAndLoad xml data but, I'm getting a "Disallowed Key Characters" error from CI. I've confirmed that if I comment it out in the Library/Input.php file the error goes away but I don't believe that I want that as a solution. Any suggestions? I'm not putting anything special in the XML file. |