folder permissions

See all posts Reply

folder permissions new!
by moe, 13 years, 10 months ago
Hey

is there any way to change the folder permission before the upload process to 777 and after that change it back to 644 or 755 ?Reply
Re: folder permissions new!
by colin, 13 years, 10 months ago
You can use dir_auto_chmod to automatically attempts to chmod the destination directory if not writeable and dir_chmod to set the actual chmod used.

Anything else should be done outside of the class.Reply