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: <
Solution 1:
the browser don't load images off a local filesystem. You need to have it hosted and load it off a web server.
Post a Comment for "Yii2 Not Allowed To Load Local Resource (image)"