I'm simply trying to handle an uploaded file and write it in a working dir which name is the system timestamp. The problem is that I want to create that directory with full permission (777) but I CAN'T! Using the following piece of code the created directory has 755 permissions. I'm simply trying to handle an uploaded file a