Uploading file with PHP and chmod

I am attempting to upload a file to a directory on my web server. I am using PHP to upload the file to this server. However, only members that have registered can upload and view the files. Can I use CHMOD on the file to set permissions so that files themselves can only add and view the content? Therefor, only users that have logged on from the code in the file can view the photos.

Thanks