Closed (fixed)
Project:
Node Images
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Dec 2006 at 18:19 UTC
Updated:
18 Dec 2007 at 15:29 UTC
I would like to see the ability to choose a directory to upload the image into. For instance, the website I am working on right now has five major sections, and each of these sections is going to have upwards of 100 images each. Being able to keep track of which image goes with which node (or category) would be great. Possibly even autocreate directories based on nodes (I could see this working in tandem with the pathauto module so that the directory name would have some relevance).
Again, I might try to hack this myself, and I'll float any code I come up with back into the module.
Comments
Comment #1
stefano73 commentedIn the admin settings you can choose to autocreate the destination directory based on the user id (for example files/%uid). This can be easily extended by adding more variabiles, like %nid, %username, etc...
Comment #2
marcoBauli commentedyep, someone else gave it a go at http://drupal.org/node/187982
closing, please reopen if needed.