I'm building a custom blog system in Dreamweaver with PHP/MySQL. I've been looking for a pre-scripted RTE editor with a photo upload feature. Most have a photo link feature but I need a photo uploader. I found a bunch of links to Interakt's old KTML Lite extension for Dreamweaver but it's discontinued. Any Ideas?
FCKEditor has an uploader, but it is turned off in the config by default:
// The following value defines which File Browser connector and Quick Upload // "uploader" to use. It is valid for the default implementaion and it is here // just to make this configuration file cleaner. // It is not possible to change this value using an external file or even // inline when creating the editor instance. In that cases you must set the // values of LinkBrowserURL, ImageBrowserURL and so on. // Custom implementations should just ignore it.
I can't help with any DW specific stuff, as I'm low tech.
thanks, json
Thanks it looks great. I'll leave this open for a little bit if anyone else has input, but I think it's resolved.
If I am not mistaken, I think WordPress uses the FKC editor, too, which is quite a stamp of approval indeed. We used them at my last position almost exclusively for building web based apps requiring RTEs for clients.
Great product. Easy to use.
HTH.