Hello, I have a problem when i upload pictures via a form then i cannot download the pictures via ftp because they have wrong permissions. How can i change upload permissions so i can download the pictures without problems? they have now this perms -rw. Cheers, Kris
Hi Kris, It depends what user your files get uploaded under, you can try to use the chmod() PHP function directly after uploading to set the permissions. HTH