Closed ddeshar closed 6 years ago
Im not sure but would want you to check public function getUploadPath(){ return Yii::getAlias(''@uploads').'/'.$this->upload_foler.'/'; }
You got double quote before @uploads
I changed it to public function getUploadPath(){ return Yii::getAlias('@uploads').'/'.$this->upload_foler.'/'; }
And it worked for me.
i am trying to upload photo to upload file but i am not abling to do this here is my uploading code
so what my alias must be from which i can upload my photo?