Could not move file to |
PHP Code: public function index(){ error: CodeIgniter\Files\Exceptions\FileException
Could not move file ***.jpg to D:\\WWW\ci\writable\uploads/ ()
Does the destination exist?
Do the permissions of the destination allow for file write operations?
Hello JerryCode !
Using localhost doesn't mean you have the correct permissions to write in the folders. You should verify ;-) And you could also try to create a random file to see if you there is no permissions issues with CI: https://www.php.net/manual/fr/function.f...ntents.php |
Welcome Guest, Not a member yet? Register Sign In |