Documents saved via IMCE are read only, so if someone needs to edit a document, they would have to save it onto a disk, rather than be able to save it right back into the personal files directory.

Is there any way around this?

mrweaver

Comments

ufku’s picture

You may want to hack this piece of code in imce.module that determines file permissions.
chmod($newpath, 0664)

ufku’s picture

Status: Active » Closed (fixed)