I’m trying to get image upload to work using the latest 5.1.0 version. I’ve built the editor with Classic type and Image Upload plugin. I’ve set the Upload Handler as per the user guide. However I keep getting this browser error after the image is deployed:
Error: No upload handler configured
I can see that image upload works correctly in the online demo. What am I missing?
Problem solved. Trying to load the Handler with setUploadHandler() after the ckediorkit is built fails. Instead, it needs to be included with the editor build, for example :