FriendsOfCake/cakephp-upload

afterDeleteCommit support

tai-sho opened this issue · 1 comments

When deleting records in a transaction, this plugin seems to delete images using the afterDelete method.
If you roll back a transaction, there may be situations where you have records but only the images are gone.
Is there a way to use afterDeleteCommit instead of afterDelete used in this plugins?

Sure. pull requests welcome :)