Hi,

when I add Filefields to my content types and I upload files from different pages, the files are usually uploaded all together in the same folder.

I would like to know if I can specify where to upload them (maybe can I integrate the CCK FileField module with the Web File Manager module ?) in order to store them in a folders hierarchy.

An update: I'm now using FileField Paths and I specify in the settings as path tolder: [title] (the title of my page). However the file is still uploaded in the main folder, and the folder is not created.. what am I missing ? thanks

thanks

ps. Can I select existent files from server filesystem using FileField ? If a file is already there and it is shared by multiple pages, what do you suggest me to do ?

Comments

deciphered’s picture

aneuryzma,

FileField Paths doesn't move the files until you save the node, the reason being that a node token, such as [title], may not be known until you save the node.

If you are still having problems, try opening an issue on the FileField Paths issue tracker.

Cheers,
Deciphered.