CHMOD..

Alriiight, hello.

I am currently using a PHPscript called flinx that allows me to automatically upload images from a browser and place them into a folder into a subdirectory in my domain. Everything works fine, as the images are being correctly moved to the image folder, but they are all loading up as x's.

It actually turns out that all the image permissions (CHMOD) in the folder are uploaded as 600, so I have to change them all manually to 644.. ::Gags:: Even though the folder itself has CHMOD permissions of 777.

Soo, has anyone had similar problems? And if so, is there a way you can set a default for a folder so that anything uploaded in there has that particular permission? If that makes sense.. I just want to know how I can get all my images uploaded to automatically have permissions of 644. ^^;

Thanks! I know it's probably something incrediably easy...

--Monika