Hi, can i know how to store image values in database using ajax in yii. pls help me. Thank you.
yes, you can but you have realize the steps
- fire some event on html element like button for save image and call the event using ajax see
http://www.yiiplayground.com/index.php?r=AjaxModule/ajax/ajaxRequest
2)create a function/action in controller and get its data
3)store/save it to database
4)return its result and update html element to show its status