Hi, all,
I have followed the various disparate discussions on getting FCK Editor working in my application (VWG 6.3.11, VS2008, .Net3.5, Vista Business 64bit, etc), and got it going without too much hassle.
I can retrieve html from a DB table column, and set the value, and using SQL can write the modified html up into the table just fine.
What I want to do is to import some client html content into the FCEditor, then write that into the DB, and this should allow for including local(client) images in the html.
Using the insert/edit image, and the browse server button on the Image Info tab, I am getting the error: XML Request Error: Internal Server Error (500) when I try to browse the server for an image. Is this a directory rights issue? I am doing this testing on my desktop, and using the Visual Studion (Cassini?) web server. Should I deploy to the IIS server for testing FCK? or is there a way to browse the cassini server?
Also, while the browsing of the client on the upload tab works OK, the "Send it to the Server" button doesn't do much - no error either.
Finally, I don't get any response from the toolbar save button - is this because the FCKEditor value is set in code and has no URL?
I would like to use this tool the way it seems to be intended, and not have to write many workarounds to create HTML with images and upload them to the server.
Can anyone comment or provide code or guidance for these matters...
Thanks,
Geoff