Open
Description
Hi, thanks for this awesome library. I love it!
I've an issue with imageUploadHandler, it seems to not be called.
this.sunEditor.onImageUploadBefore = function (files, info, core, uploadHandler) { console.log('onImageUploadBefore'); return true; } this.sunEditor.imageUploadHandler = function (xmlHttp, info, core) { console.log('imageUploadHandler'); }
The onImageUploadBefore it's ok, the imageUploadHandler was neve called.
Can you help me?
Thanks in advance.
Activity