I love this module, but it quickly makes a mess out of your default > files directory. It would be great to be able to specify where you wanted files to be stored. If you used CCK and the file field form type you could solve this instead of using the attachment feature. I have a photo heavy site and want to be able upload 35 - 50 photos per gallery, but my files directory swells and I would love a way to separate my photos from the rest of my content.

Thanks.

Comments

Mark Theunissen’s picture

Thanks for the feedback. I agree that using the upload.module is not ideal, however there are reasons I chose it. The alternatives are using the Filefield or the Imagefield modules. However, from the Filefield module page:

What if I'm already using a 6.x-1.x beta?
Tough luck. Upgrades between betas are not supported, and nothing is even remotely guaranteed until an official release is made

It's currently only in Alpha.

Imagefield doesn't have an explicit warning, but it's also only in Alpha.

I don't use Alpha level code in my production sites, which is why I decided to integrate with the upload module.

Anyway, to solve your problem, you could use the Upload path module:

http://drupal.org/project/uploadpath

This should work perfectly! Please let me know how it goes.

Cheers
Mark

BKWill’s picture

Thanks for the quick reply I'll look into this in the morning and report back. I appreciate you taking the time to help.

Will

BKWill’s picture

Your advice worked great, thank you! Although I've since run into another issue with Galleria that I posted here: http://drupal.org/node/349353

Again, I love the module and I appreciate you taking the time to answer my questions.

Will

Mark Theunissen’s picture

Status: Active » Closed (fixed)