Skip to content Skip to sidebar Skip to footer

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: <

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.

You can try solve this with this path

    file://C:/xampp/htdocs/Yii2System/backend/web/data

Otherwise .. place the image on an external (free) internet accessible server

Post a Comment for "Yii2 Not Allowed To Load Local Resource (image)"