Download Option For A File In Cgridviw At Admin Side

I have solved this problem. but I don’t how to delete the post.

Next time, please post the solution. People will find this topic some day via Google only to find out that you fixed it, but not telling how ;).

Here is the solution.

array(

                'name'=>'upload_cv',


                   'header'=>'CV',


                   'type'=>'raw',


                   'value'=>'CHtml::link("Download CV", "http://" . $_SERVER["SERVER_NAME"] . Yii::app()->request->baseUrl . "/../media/volunteers/documents/" . $data->upload_cv)',


               'htmlOptions'=>array('width'=>'40'),


           ),