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
#5

(07-04-2024, 12:46 AM)InsiteFX Wrote: 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() . ')');


same dude, the dir failed to open stream
Reply


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



Theme © iAndrew 2016 - Forum software by © MyBB