Please can someone post some example code on how to hook this event "AfterFileUpload " in asp.net I want to process the file after it has been saved on the server. The docs are weak in this area I only have found the following....
The AfterFileUpload event handler should accept two arguments:
protected void MyEventHandler( object sender, CKFinder.Connector.CKFinderEventArgs args )
The AfterFileUpload event handler should accept two arguments:
protected void MyEventHandler( object sender, CKFinder.Connector.CKFinderEventArgs args )
Re: AfterFileUpload Event
Ooops it looks like we have a bug there
In Connector\CommandHandlers\FileUploadCommandHandler.cs the following line:
should be right before:
after fixing it and recompiling CKFinder, something more or less like this will work:
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+