Hi.
Is there an event that can be programmaticly "hocked" on to when a file/image is uploaded to the Unifed File System? We are thinking about offering a customer a third party solution named ImageGlue. This component can create image files of source image files and the customer wants this to happen when the source file is uploaded in the file archive.
So is there an event that is trigged when a file is uploaded in the file archive?
BR,
Tore
Hi Tore!
No, I'm afraid that there are no suitable events to be hooked in the
UnifiedFileSystem (this is actually one of the many features added in EPiServerCMS).
You would have to build your own image upload function, possibly as a new propertytype
as well as an editorplugin, to be able to take desired actions on the image uploaded.
Regards,
Johan Olofsson
Hi Johan.
Thanks for your answer.
What about this?
http://www.episerver.com/en/EPiServer_Knowledge_Center/Download2/Code-Samples/2649/Custom-Virtual-Path-Provider/
Can I use this?
BR,
Tore