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.