I’m testing my code at localhost, and the image upload I wrote will not move_uploaded_file(); to a particular folder.
I think it’s a permissions issue with the folder, so how can I modify the permissions without using an FTP? .htaccess?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
php has an chmod() function that can change the mode of files and directories.