Can any1 tell how to make upload button work in ckeditor 3.0.1 ?
I made the Following changes
~ I changed "id:'Upload',hidden:true" to "id:'Upload',hidden:false" In Ckeditor/plugins/image/dialogs/image.js
But there is still Problem in Uploading , it says
Not Found
The requested URL /admin/undefined was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Can anyone please help me in Solving this ?
Thanks
I made the Following changes
~ I changed "id:'Upload',hidden:true" to "id:'Upload',hidden:false" In Ckeditor/plugins/image/dialogs/image.js
But there is still Problem in Uploading , it says
Not Found
The requested URL /admin/undefined was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Can anyone please help me in Solving this ?
Thanks
Re: Can any1 tell how to make upload button work in ckeditor
You need a file browser. Read this HowTos http://docs.cksource.com/CKEditor_3.x/Howto/File_Uploader
Re: Can any1 tell how to make upload button work in ckeditor
"Not Found
The requested URL /admin/undefined was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."
in Previous Version it easily uploads image i.e sent it to Server button used to work in previous version but nit working in this Latest Version
Re: Can any1 tell how to make upload button work in ckeditor
First: Who has configurate previous version for you? You can ask this person for modified files to modify same files in new version.
Second: If you don't want to read the HowTos, you will never find examples how it works. To set hidden:false is not the way. Here http://docs.cksource.com/CKEditor_3.x/Developers_Guide/File_Browser_%28Uploader%29 you can read you need an server side upload script.
Third: Try to search for config settings (maybe in config.js) and browser/uploader scripts in your previous version. If you find something copy it to new version.
Good luck!
Re: Can any1 tell how to make upload button work in ckeditor
Re: Can any1 tell how to make upload button work in ckeditor
Re: Can any1 tell how to make upload button work in ckeditor
can anyone please send me an attachment of Modified CDEditor so that i can configure it in My Website
my email Address is raznawa@gmail.com
Thanks
Re: Can any1 tell how to make upload button work in ckeditor
Sorry, but I don't know CKFinder. First copy this
Re: Can any1 tell how to make upload button work in ckeditor
i could bot make it Could You Please Help Me
i tried everything i can but Still Couldn't Find Which File to Edit
Thanks
Re: Can any1 tell how to make upload button work in ckeditor
The file browser is disabled for security reasons. Please contact your system administrator and check the CKFinder configuration file
Can Anyone tell me how to enable this ?
Re: Can any1 tell how to make upload button work in ckeditor
CKFinder developer documentation is available here: http://docs.cksource.com/CKFinder_2.x. What you are asking here are most basic installation and configuration steps and yet you still refuse to read the docs that various helpful people are referring you to. Do you expect us to set your application for you remotely, without enough information to figure out what your setup is and what you are doing?
The error message that you are getting is there for a purpose. A file browser is a tool that lets *others* upload files to *your* server. You need to control this, otherwise anyone will be able to clutter your server with arbitrary stuff that could bring you trouble. Do you really think it is wise to install such a tool on your server without understanding how it works and what benefits and threats it can bring you?
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: Can any1 tell how to make upload button work in ckeditor