Hi!
In the _whatsnew.html file of my fckeditor distribution (2.0) it says "The PHP connector now sets the uploaded file permissions (chmod) to 0777" but this fails! File uploading works, but the files are not browsable - you have to manually chmod a+r them. How can I fix this?
Borghart
In the _whatsnew.html file of my fckeditor distribution (2.0) it says "The PHP connector now sets the uploaded file permissions (chmod) to 0777" but this fails! File uploading works, but the files are not browsable - you have to manually chmod a+r them. How can I fix this?
Borghart
RE: uploaded files not readable -> safe mode?
... i could imagine, that my isp uses php in safe mode - and php.net says that chmod does not work then. in the comments http://php3.de/manual/de/function.chmod.php is says that ftp_chmod should work ..