Yii 2 Download a File

<?php
 
return Yii::$app->response->sendFile($fileName);

Leave a Reply