How to upload image to Ckeditor interface?

Asked

Viewed 271 times

2

I built a small blog with help from Laravel 5.3 framework. In the area of creating posts I’m using the Ckeditor, but I’m struggling to build an efficient upload "method/scheme".

There are many Ckeditor plugins for this purpose, including Ckfinder, but they are either commercial licensed or inefficient. I noticed that Wordpress seems to use the Ckeditor and use a "method" button to upload the image and later insert inside the editor the tags and links to the image.

Has anyone been through this and could you point out a possible solution? For example, how can I upload the part via ajax and later have the tags and link inserted inside the editor?

1 answer

1

Browser other questions tagged

You are not signed in. Login or sign up in order to post.