Welcome Guest, Not a member yet? Register   Sign In
Could not move file to
#1

(This post was last modified: 02-11-2020, 09:43 AM by JerryCode.)

PHP Code:
public function index(){
    
$file= new \CodeIgniter\Files\File('https://www.***.com/***.jpg');
    
$type $file->getExtension();
    
//success:jpg
    
$newName $file->getRandomName();
    
$file->move(WRITEPATH.'uploads',$newName);
    
//error:
    //CodeIgniter\Files\Exceptions\FileException
    //Could not move file ***.jpg to D:\\WWW\ci\writable\uploads/ ()




error:
CodeIgniter\Files\Exceptions\FileException
Could not move file ***.jpg to D:\\WWW\ci\writable\uploads/ ()
Reply


Messages In This Thread
Could not move file to - by JerryCode - 02-11-2020, 09:41 AM
RE: Could not move file to - by dave friend - 02-11-2020, 11:19 AM
RE: Could not move file to - by JerryCode - 02-11-2020, 06:36 PM
RE: Could not move file to - by littlej - 02-11-2020, 11:04 PM



Theme © iAndrew 2016 - Forum software by © MyBB