Hi everybody,
OK so, I do all my best, I tried everything but it still doesn't work and I can't anymore. I waste so much time trying to upload a picture from windows (local) and no from a URL.
So here is my result :
http://hgn14045.chinaw3.com/page_form_ckeditor.html
You can click on "BROWSE SERVER" and on "UPLOAD" but it doesn't upload any files.
Here is my config.js:
CKEDITOR.editorConfig = function( config )
{
// Define changes to default configuration here. For example:
config.language = 'fr';
config.filebrowserBrowseUrl = 'browser/browse.php';
config.filebrowserUploadUrl = 'uploader/upload.php';
// config.uiColor = '#AADC6E';
};