Hi Is there a way to load .html file in a Codeigniter framework?
say example
public function saveimage(){
$this->load->view("save_image_function.html");
}
but it says "unable to load requested file"
is there any settings I need to change?
Appreciate your help
Here is the screen shot of my code and the error
Error page

