I use fileman hack mod to upload file like word (*.doc), txt
and other.
In my server all the php file must chmod to 755.
In files folder ( to save all uploaded file) I chmod to
777/755, but after I have uploaded the file, I get all the
file's chmod to 600.
But when I used other simple script for upload, there is no
problem about chmod all uploaded file. (this script make all
file chmod to 755)
What should I do?