I have a strange problem when uploading files...
My php script is owned by user uid=500, when I try to upload a file, I get a message that uid=500 is not allowed to access the temporary file because it is owned by uid=0.
Changing the ownership of the script solves that problem.
When I later try to unlink the file I previously uploadet, I get the message that uid=0 is not allowed to access the file because it is owned by uid=500. If I look at the file, I can see that it is not uid=500 that is registered as the owner but httpd instead.
Can anybody shed some light on this for me?
Thanks
Lars