I am using CKFinder 2.6 for ASP.NET. The problem I'm trying to solve is that I need to do processing before/after a file is uploaded using the CKFinder. Is there a way to subscribe to beforeUpload
or afterUpload
events in CKFinder? I've looked in their documentation, but can't find anything suitable.
Thanks