Hi,

I didn't see this question in the list of issues, but I was curious if it's possible to utilize tokens like [user-name] with the IMCE path settings for uploading various files. The token module, http://drupal.org/project/token , seems to be supported with the upload path module but I can't figure out how to create username based sub-directories for IMCE. Is it possible?

Eric

Comments

ufku’s picture

This will probably be avaliable in IMCE 6.

socialnicheguru’s picture

Version: 5.x-1.0 » 6.x-2.x-dev

Is token module supported in imce 6

ufku’s picture

Status: Active » Closed (won't fix)

No.
The safest variable for unique directory names is user-ID and it is supported with %uid. If you need any other variable you can use PHP. See the description in profile pages.