Closed (works as designed)
Project:
Image Resize Filter
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 May 2009 at 08:08 UTC
Updated:
31 May 2009 at 21:11 UTC
Hi, your module is really amazing!!! I love it. :)
And i just want to ask, how can i save resized images to "files/%nid" folders? Thanks...
Comments
Comment #1
quicksketchThe "resize" directory is not intended to be used by any part of the site other than the Image Resize Filter. Considering the images are completely temporary, they may be deleted at any time and not recreated until the content that contains the image is viewed, so I'd recommend not trying to use it for any other purpose as these images may not exist at any given time.
This filter works by using the original file path and just sticking "resize/" to the front of it (plus the dimensions at the end), so if you'd like to put things into order within the resize directory, use a module that organizes your files appropriately in their original directories, such as FileField Paths or Upload Path.
Comment #2
quicksketchSince this module is not intended to store files for any other module's use or restructure directories, I'm marking by design.