POSTing files - directory permissions??

Can anyone suggest something for me here.

I have a php code which uploads files to our space, the main issue is that in order to process the incoming file the directory the files are going into requires both WRITE and EXEC privileges, and to copy it, READ is required - and I really do not want to leave the directory as 777.

Does anyone have any suggestions??

Please.

 

 

 

 

Top