I am using CKEditor 3.6.3, CKEditor ASP.NET 3.6.2 along with CKFinder ASP.NET 2.1.1. When a file is uploaded, I need to be able to also save it to another web server at the same time. I have read through the Developer's Guide and tried working with the FileUploadCommandHandler.cs code but have not been successful. Where is the code to customize? Thanks in advance for the help!
Fri, 06/08/2012 - 03:23
#1
Re: Upload to multiple locations
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: Upload to multiple locations
Also, for those looking to write their own plugins, using the watermark plugin as an example was very helpful for the AfterFileUpload hook. The FileSize and ImageResize plugins are for the contextual menus if you want to associate a plugin there.