Hi,
I have a Flash application in which a user can upload a photo to the server, using a php script... it had been working totally fine, but I recently moved the application onto a new dedicated server (as opposed to the shared-server hosting I had been using)... it will still upload the file to the server, but it keeps setting the owner of the file to be 'apache' ..whereas on my old server it would show the owner as my ftp login. The problem with this is that it won't let me delete the uploaded files off of the server, as it comes up saying I don't have the proper permissions.
The properties for the file are 777, so it isn't a read/write/execute permissions problem.
Any ideas as to what might be causing this? Not sure if this question is better suited in an apache server..but since I'm using PHP to upload the file, I thought I'd check to see if anyone else has run into this problem.
Thanks!
-b.