Browsing through the Drupal.org support forums the other day, I came across an interesting support request, something that I just had to see if I could solve, maybe a niche issue, but something that really appealed to me.
The user was wanting to know if they could have files uploaded to specific directories based on the taxonomy term chosen, but not specifically in the same structure of the taxonomy tree or with the values of the taxonomy terms.
For example:
- Term 'A' uploads files to directory 'X'.
- Term 'B' uploads files to directory 'X/Y'.
- Term 'C' uploads files to directory 'G/X'.
- Term 'D' uploads files to directory 'P'.
As my experience with Drupal has shown, nothing is impossible, everything is achievable. And I knew with a little elbow grease this should be achievable with my FileField Paths module.

Deciphered.RSS