skr
skr

Reputation: 1811

Is there a way to download uploaded files on server from the CKeditor itself?

I'm using CKEditor and it has File Browser plugin which allow to upload files from locale directory to server. It also provide browse option which basically list out all the files on server like below enter image description here

I basically want to allow users to download these files using ckeditor, is there a plugin or script that can be used?

Upvotes: 1

Views: 141

Answers (1)

Mitch Kranes
Mitch Kranes

Reputation: 1

This should help. The plugin works with CKEditor 3.6 and 4.x, the only requirement is that you have already configured CKEditor to allow file uploads.

https://ckeditor.com/cke4/addon/simpleuploads

Upvotes: -1

Related Questions