Depend on type of content I need to store files in different directories. For example:

I have book library. When I add new book I need that the coverbook stored in files/books/covers. And books stored in different directories depend on book category:
files/books/linux
files/books/unix
etc

Is it possible to do that or I need to write new module?

Comments

uandrey’s picture