centos under php file upload move_uploaded_file returns false

In general it is a permissions issue
cd to the folder where the project then
chmod -R 777 folder name
-R recursively all files in this folder

But pay attention to safety issues, best configure restrictions on certain types of file access on nginx!

Published 48 original articles · won praise 56 · views 20000 +

Guess you like

Origin blog.csdn.net/zhetmdoubeizhanyong/article/details/93182034