Reputation: 4100
I'm sending raw image data from flash to php. However the $HTTP_RAW_POST_DATA always comes up as null. I tried also using file_get_contents('php://input')
to no avail. I also made sure that always_populate_raw_post_data
is set to On. I also check phpinfo() and the Server API is Apache 2.0 Handler, so I'm assuming that means I'm not running in FastCGI.
Upvotes: 0
Views: 758