Welcome Guest, Not a member yet? Register   Sign In
finfo_file(C:\Users\acer\AppData\Local\Temp\php19BC.tmp): Failed to open stream: No s
#4

Maybe check that you did get a file.

PHP Code:
<?php

$getImage 
$this->request->getFile('image');

if (! 
$getImage->isValid()) {
    throw new \RuntimeException($getImage->getErrorString() . '(' $getImage->getError() . ')');

What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: finfo_file(C:\Users\acer\AppData\Local\Temp\php19BC.tmp): Failed to open stream: No s - by InsiteFX - 07-04-2024, 12:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB