skip to Main Content

php move_uploaded_file with absolute path

I have my project link as follows : http://localhost/prolist_admin/ and I use the move_uploaded_file as follows move_uploaded_file($temp_name, "../assets/img/static/$projectLogo"); The above code moves my file to the right folder, with the permission set to 777 on that folder. Now, I want…

VIEW QUESTION
Back To Top
Search