File upload in CKEditor

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
atisne
TestLink user
Posts: 9
Joined: Tue Jun 17, 2014 6:40 pm

File upload in CKEditor

Post by atisne »

Hi,

It's useful to be able to insert images directly inside the web rich editor.
I use elFinder (https://github.com/Studio-42/elFinder) to implement the file upload feature for CKEditor (in substitution to the official CKFinder add-on https://ckeditor.com/ckfinder/). I integrated only the server upload capability (no server browsing, no extra user interface, no trash, ...).

What do you think about the opportunity to add this integration into the Testlink code base?

You can have a look to the commit https://github.com/atisne/testlink-code ... fc123ff431 (in addition to https://github.com/atisne/testlink-code ... 545416b7b4 that adds elFinder sources).

You can test it using the branch feat-File_upload of the fork https://github.com/atisne/testlink-code/. You just have to give write access to the folder [TESTLINK_HOME]/third_party/elFinder/files (default upload location) for the web server user.
Post Reply