How can I configure WebDav in order to publish content and files through the editor?
– this is quite simple: htmlEditor.setUploadedObjectsTranslationPath(“http://your_server_translation_path”); htmlEditor.setPublishContentUsingWebDAV(true); htmlEditor.saveToLocation(“http://yourhost.com/webdav_enabled_dir”,true); The setUploadedObjectsTranslationPath method is needed in order to indicate how the uploaded images and objects paths should be translated by the editor in order to match the server path for correct display after upload.
Related Questions
- I have been told that I have to get professional help to self publish a book, but I dont know how to find a graphic designer, an editor or a printer. Where should I look?
- How can I configure multipart form uploads in order to publish content and files through the editor?
- How can I configure WebDav in order to publish content and files through the editor?