I have the location for uplaoded files set to /files/ That works fine. What I want though is that for each user any files they upload are placed in /files/uid/... I've been trying to see how best to do this but can't find a configuration way to do it so am thinking that I will need to create a module to capture the upload of files and move them to the right location.

Any ideas?

Thanks
Bernard

Comments

bernardwright’s picture

Anyone any ideas on this one? At the moment we are heading towards creating our own module to do it, just would prefer an easier method.