Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I run a website where recently all of our form upload functions have stopped working. When 'upload' or the equivalent button is pressed, nothing happens. I am told this is due to a permissions error. However, I can't chmod 777 everything because some of the php files need to be quite private. I also tried chmod 766 (from a similar post) but that produces its own set of errors. I am told that there is something called "extended permissions" that deals with this but don't know how to access it.

Does anyone know how to address this? I have never faced this type of problem before but am sure there are some website wizards out there who could fix it in five minutes.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.