Error: uncaught exception: [CKEDITOR.resourceManager.load] Resource name " flash" was not found at "http://localhost:50413/myapp/ckeditor/plugins/ flash/plugin.js?t=95MI".
Error: this._.menuGroups is undefined
Source File: http://localhost:50413/myapp/ckeditor/ckeditor.js
Line: 78
That line as lots of code (hide, display, etc etc...) And has line with l._.menuGroups=n where I guess n must be flash..... Am I trying to enable the flash upload feature the wrong way?
Seems that they ain't gonna answer to this question unless you pay for their license.
After all setting image upload that have the capability of showing the "uploading progress" and have the possibility to "delete image item", will actually create many level of authority problems due to user level security.
Therefore doing copy and paste wouldn't do the trick after all. You need them off course!
It's a good start but it says that we need to assign these values to an external editor. The external editor is the part that needs further explanation. Understandably it is outside the scope of the ckeditor documentation to explain that external development; but, it would be helpful to explain what return values are expected and/or how that external developer interfaces with CKEditor.
if anyone here has done it, it would be helpful to share that code. Thanks
Re: CKEditor 3.0RC - enable flash/image upload? Where to enable?
I tried using
But I get
Any idea?
Re: CKEditor 3.0RC - enable flash/image upload? Where to enable?
actualy there the error was
instead of
(with no space)
but no I get
That line as lots of code (hide, display, etc etc...) And has line with l._.menuGroups=n where I guess n must be flash..... Am I trying to enable the flash upload feature the wrong way?
Where do I enable it and set the upload folder?
Re: CKEditor 3.0RC - enable flash/image upload? Where to enable?
After all setting image upload that have the capability of showing the "uploading progress" and have the possibility to "delete image item", will actually create many level of authority problems due to user level security.
Therefore doing copy and paste wouldn't do the trick after all. You need them off course!
I prefer the old way if that is the case. Dooh!
Re: CKEditor 3.0RC - enable flash/image upload? Where to enable?
You just have to read the docs: http://docs.cksource.com/CKEditor_3.x/D ... ploader%29
Re: CKEditor 3.0RC - enable flash/image upload? Where to ena
Actually I've read the documentation at http://docs.cksource.com/CKEditor_3.x/D ... ploader%29.
It's a good start but it says that we need to assign these values to an external editor. The external editor is the part that needs further explanation. Understandably it is outside the scope of the ckeditor documentation to explain that external development; but, it would be helpful to explain what return values are expected and/or how that external developer interfaces with CKEditor.
if anyone here has done it, it would be helpful to share that code. Thanks