GetmeUK / ContentTools

A JS library for building WYSIWYG editors for HTML content.
http://getcontenttools.com
MIT License
3.95k stars 395 forks source link

Insert problem #386

Closed Tiseanu closed 7 years ago

Tiseanu commented 7 years ago

Hello,

After I press the Insert button, I see that in the edit zone, appears the default image : image.png , not the one that I've uploaded on the server.

var ImageUploader;

ImageUploader = (function() { ImageUploader.imagePath = 'image.png';

How can I put here my uploaded file? am I doing smth wrong?

Thank you very much, Tiseanu

anthonyjb commented 7 years ago

Hi @Tiseanu - you need to implement your own image handler, there's advice on how to do this is the following tutorials: