class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
After settig umask(0755); it appears that the last file that i was able to upload using the class became 0200(i think).
See my original was 0600. So since umask works minusing the original i dont know how to get it to become 0755. (what u mask to set)
another problem is that once i made the umask set and ran the script once. i since disabled the umask and now the class doesn't upload at all. the dir is empty. can this setting that i set have any affect on this. Im bafled since i haven't touched anything and it worked before.
After settig umask(0755); it appears that the last file that i was able to upload using the class became 0200(i think).
See my original was 0600. So since umask works minusing the original i dont know how to get it to become 0755. (what u mask to set)
another problem is that once i made the umask set and ran the script once. i since disabled the umask and now the class doesn't upload at all. the dir is empty. can this setting that i set have any affect on this. Im bafled since i haven't touched anything and it worked before.
Thanks
dom