Quantcast
Channel: Yii Framework Forum
Viewing all articles
Browse latest Browse all 18717

Sendfile Does Not Send Right File

$
0
0
sendFile does not work in server but works locally in my system.. it send the file with the name of the file as its content help me what's wrong here?
i use this code in controller
	public function actionDownload($id)
	{
		$music=$this->loadModel($id);
		Yii::app()->request->sendFile($music->song,$music->path.$music->song);
	}

Viewing all articles
Browse latest Browse all 18717


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>