Hi, can i know how to store image values in database using ajax in yii. pls help me. Thank you.
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
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