The error Warning: move_uploaded_file (D:/EOFFICE/webroot/register. inc) [function. move-uploaded-file]: failed to open stream: Permission denied in D: \ eoffice \ webroot \ inc \ reg_submit.php on line 57
Warning: move_uploaded_file () [function. move-uploaded-file]: Unable to move 'd: \ eoffice \ tmp \ phpD077.tmp 'to 'D:/EOFFICE/webroot/register. inc 'in D: \ eoffice \ webroot \ inc \ reg_submit.php on line 57
Reply to discussion (solution)
Permission for uploading File directories.
Permission for uploading File directories.
I have added everyone, but I still cannot.
Have the permissions for the temporary directory and target directory been changed?
Have the permissions for the temporary directory and target directory been changed?
All changed or not.
Can someone help me?
Paste your code
Change the permission of the file you want to upload. In addition, change the line of code for uploading the file in php. inc to start, and change the upload path to the local path. You can search for the command to change it.
Move_uploaded_file (temporary path, storage path + text name );