I am developing a FileSystemProvider for Cloudinary but I have the following problem:
When I edit an image and I click Remove, DeleteFile method is triggered in the Provider class. This works fine.
However when I click Delete in images list or in Actions, I cannot find which method is being triggered, hence I cannot execute my custom code.
(Sorry for the off topic post). Did you start with a sample? If so, where did you find it? I was thinking about writing a FileSystemProvider as well to spread the media into a better folder structure than a flat one.
Custom File System Provider - Delete
Hi,
I am developing a FileSystemProvider for Cloudinary but I have the following problem:
When I edit an image and I click Remove, DeleteFile method is triggered in the Provider class. This works fine. However when I click Delete in images list or in Actions, I cannot find which method is being triggered, hence I cannot execute my custom code.
Please could anyone help me with this?
Thank you in advance.
Regards.
(Sorry for the off topic post). Did you start with a sample? If so, where did you find it? I was thinking about writing a FileSystemProvider as well to spread the media into a better folder structure than a flat one.
is working on a reply...