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

stefano73’s picture

In 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...

marcoBauli’s picture

Status: Active » Closed (fixed)

yep, someone else gave it a go at http://drupal.org/node/187982

closing, please reopen if needed.