Answer the question
In order to leave comments, you need to log in
How to enable multiple image in CKFinder?
....
<form action="/" method="POST" enctype="multipart/form-data">
<textarea name="#" id="ckfinder-widget" cols="30" rows="10"></textarea>
<button>Submit</button>
</form>
<script src="ckeditor/ckeditor.js"></script>
<script src="ckfinder.js"></script>
<script>
var editor = CKEDITOR.replace('ckfinder-widget');
var finder = CKFinder.setupCKEditor(editor);
</script>
....
var config = {};
config.selectMultiple = true;
CKFinder.define(config);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question