标签: php raw-post
我将原始图像数据从flash发送到php。但是,$ HTTP_RAW_POST_DATA始终为null。我也尝试使用file_get_contents('php://input')无济于事。我还确保always_populate_raw_post_data设置为On。我也检查了phpinfo(),Server API是Apache 2.0 Handler,所以我假设这意味着我没有在FastCGI中运行。
file_get_contents('php://input')
always_populate_raw_post_data