Is it possible to set up at file system configuration something like "sites/default/files/%uid", in order to create/store files on different folders, to each user?

Thanks in advance

Comments

WorldFallz’s picture

Always check for modules--

For the core upload module, there's http://drupal.org/project/uploadpath.

However, with the replacement of 'upload' with 'filefield' for d7, I recommend using the filefield module which provides tokens for users by default. To enhance that, you can use the http://drupal.org/project/filefield_paths module which provides even more tokens.

edalcin’s picture

> Always check for modules--

I usually Do! But I couldn't find this one. Works perfectly. Thanks!