I upload files using a form in php to a folder in my Ubuntu 16.06. I've used sudo chmod -R 777 /opt/lampp/site/file_content But when I upload the file, its permissions weren't set to 777.
I need help to change the uploaded file permissions to 777.
I upload files using a form in php to a folder in my Ubuntu 16.06. I've used sudo chmod -R 777 /opt/lampp/site/file_content But when I upload the file, its permissions weren't set to 777.
I need help to change the uploaded file permissions to 777.