After uploading .xls file to the server it becomes read only. How to make it back read/write.
Share
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.
You have to check what
read onlyreally means in this case – is it lack of write permission (then usechmodto set one after all) or maybe your file is owned by someone else (which often happens on incorrectly configured hostings, where uploads are handled byhttpd, not the user owning file hierarchy. If you got shell access do this:to list the files and see who owns it, then check what is your ownder id:
if these do not match, then you may need to reconfigure your server