mam taki kod:
chmod($form->uploadFile->getFileName().'.txt', 0777); file_put_contents('sss', $form->uploadFile->getFileName().'.txt');
Niestety bez przerwy wyświetla się komunikat
Cytat
Warning: file_put_contents(sss) [function.file-put-contents]: failed to open stream: Permission denied in...
Jest to dla mnie bardzo dziwne, gdyż wszystkie katalogi nadrzędne mają chmod ustawiony na 0777.
Co mam zrobić?