Error In Rest Services Yii

Hello All,

        I am making YII REST services. I am posting data using

$inputJSON = file_get_contents(‘php://input’);

$input= CJSON::decode($inputJSON,true);

But I am posting data with images I am having error

<h1>Request Entity Too Large</h1>

The requested resource<br />/velolock_staging/index.php/api/create/service/setBikeOffer/<br />

does not allow request data with POST requests, or the amount of data provided in

the request exceeds the capacity limit." Whether images is only about 100kb. I setup my server php.ini to 100MB but its still arising error.

Please help me its very very urgent.

Thanks in Advance.

Cheers.

Rizwan Shaikh