Hello, I just coded a upload function for my site, only to discover that I
can't copy files from /tmp directory to my directory as Apache is running as
user "nobody" and as such does not have write permission to my directory.
What can I do now? Is there any way to change the user of Apache through php
code?? Or is there any other way? Any suggestion will be greatly appreciated.