I am using CKFinder 3 in a single page Application, I need to detect when an image upload has been successful.
At the moment I am using createResources:after
with no success.
Any idea how to solve this, I meanly need to solve this in the JS code ?
onInit: function( finder ) {
finder.on('createResources:after', function (event) {
// issue here, does not fire
});
}