Does anybody know how to fix this problem?
I have an upload script the way the script works is it will create a new folder and put the file in that folder.
The problem is folder created by php is owned by Apache:Apache
And I tried using chown in my upload script, but it doesnt works (the owner still Apache).
Any suggestion? Tips?
Thank you