Yii2 Not allowed to load local resource (Image)
问题 i got this error in inspect element under console Not allowed to load local resource: file:///C:/xampp/htdocs/Yii2System/backend/web/data/cust_images/user_1.jpg in view file: <div class="col-md-12 text-center"> <?= Html::img($info->getUserPhoto($info->user_photo), ['alt'=>'No Image', 'class'=>'img-circle']); ?> </div> in controller: public function actionUserPhoto($uid) { $model = $this->findModel($uid); $info = UserInfo::findOne($model->user_info_id); $info->scenario = 'photo-upload'; $old