Closed (won't fix)
Project:
IMCE
Version:
6.x-2.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2011 at 09:56 UTC
Updated:
26 Nov 2011 at 09:55 UTC
hi everybody,
I'm unsing IMCE together with ImageCache on a Drupal 6 installation.
I've configured IMCE to allow overwrite of existing files ("Replace the existing file with the new one" under admin/settings/imce).
If I replace a file the original image (under sites/default/files) gets overwritten. Unfortunately the pregenerated imagecache version (under sites/default/files/imagecache/preset_name) don't get overwritten. I have to flush the imagecache preset (under admin/build/imagecache) for the new files to show up.
Is there any solution to this?
Comments
Comment #1
ufku commentedYou'll need a custom module that implements a upload handler that detects file ovewritings and do the necessary cleaning. It might not be limited to imagecache.