Not allowed to load local resource: file:///
问题 I have some images in a folder called "Slides" in my project; I am trying to access those images; but it gives me the following error: Not allowed to load local resource: file:///C:/xampp/htdocs/MyProject/Slides/123_completed.jpg where is "file://" coming from?! (Probably thats the problem!) this is my method to scan the images in the folder called "Slides" the following line of code is in my $this->signage_Path = realpath(APPPATH . '../Slides'); public function get_Signage_Images() { $files