Good day I want to use Kcfinder to upload and browse images on my server.
But I have a message from ckeditor like this "You do not have permission to upload files"
How can I get this for free? I have read this page http://docs.ckeditor.com/#!/guide/dev_howtos_file_upload but still get this message. Thank you

Habe you checked this guide?
Habe you checked this guide?
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
I did the first example
I did the first example
Example 1
Suppose that CKEditor was created using the following JavaScript call:
But I have a message from ckeditor like this "You do not have permission to upload files"
I have changed config.js, but
I have changed config.js, but still have this warning message
CKEDITOR.editorConfig = function( config ) { // Define changes to default configuration here. For example: // config.language = 'fr'; // config.uiColor = '#AADC6E'; config.contentsCss = 'fonts.css'; //the next line add the new font to the combobox in CKEditor config.font_names = 'Impact;' + config.font_names; config.filebrowserBrowseUrl = '/kcfinder/browse.php?opener=ckeditor&type=files'; config.filebrowserImageBrowseUrl = '/kcfinder/browse.php?opener=ckeditor&type=images'; config.filebrowserFlashBrowseUrl = '/kcfinder/browse.php?opener=ckeditor&type=flash'; config.filebrowserUploadUrl = '/kcfinder/upload.php?opener=ckeditor&type=files'; config.filebrowserImageUploadUrl = '/kcfinder/upload.php?opener=ckeditor&type=images'; config.filebrowserFlashUploadUrl = '/kcfinder/upload.php?opener=ckeditor&type=flash'; };May be I have to buy
May be I have to buy something else, but if you can say what can I do for free tell me please?
The message is "You are not authorized to view the content on the server " and "You do not have permission to upload files."
Sorry but KCFinder a 3rd
Sorry but KCFinder a 3rd-party app, so there's really nothing we can do to help. As Anna mentioned to someone else here, you'd have to ask the creators of KCFinder for aid. Why don't you use CKFinder... ;)
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!