I am facing some problems regarding file uploads,copying & permission settings for it
I am copying a file to a directory in which I dont want to give EXECUTE permission
ie give only READ & WRITE
If I make the directory permission as 777
using CHMOD I am able to copy the file but also I am able to excute the php script.
I dont want this cos this will lead to security problem
But now if I remove the EXECUTE permission
ie CHMOD 666 ( giving only READ & WRITE )
to that directory I am not able to copy the
file to that directory . It gives Permission Denied Error .
I am using APACHE on Linux.
Can u please help me out in this matter.
How to solve this problem
Its very Urgent.
Hemen