Hello all , im having a problem
I use upload.php to allow my user's to upload pics into the /images dir on my server.
for some reason , when it upload's the images it's placing the images in the /images dir with a group owner of " nobody " and a chmod of 644 , so when my user's go to upload over their file , or change their image using a overwrite , it wont let them.
Is their a way to change this it doesnt put the group user as " no body " and write's to permission's to 755 or 777?
777 seem's to be the only chmod i can set that will allow user's to upload over their images.
Any help?