By hccornella on
Hello.
I want to do a thing to classify uploaded images and files. I still don't know if I'll do it by user or by node, but I don't know how to start with this. I want to add images with a CCK's imagefield form, but when i do this, all images and files go to the same folder.
I think I need a system like IMCE's one, that create a folder for every user.
Can you help me please?
Comments
Consider FileField
The module FileField is designed for robust attachment uploads, and supports defining attachment location by user.
Reference:
http://drupal.org/project/filefield
---------------------------------
Steven Wright
Slalom