Hi folks!

We have integrated edit-on Pro 4.2 in our Jahia 4.0.4. Moreover, we have
enabled the jahia webdav file browsing from this editor, but we do not the
use its upload feature at all.

If I remember correctly during the test, the upload operation through
edit-on Pro was causing some errors or exceptions ; i did not test this
feature intensively as it was not requested and i did not test the last
releases of the editor for this feature.

Here is an example of how to connect edit-on Pro to the Jahia webdav
(config.xml):
<!--
Enables WebDAV in the applet. Images can be browsed and uploaded to the URL
specified here
when the "Upload Images" dialog is used. Mimetypes filters are used to read
the common images types.
-->
<filemanagement>
                        <file type="image"
                        autoupload="false"
                        onuploadfinished="uploadStatusReport"
                        >
                                <webdav
                                username="toto"
                                userpassword="titi"
        
url="http://mysite.com/webdav/site/coporate/";
                                debug="false"
        
mimetype="image/gif,image/jpeg,image/tiff,image/bmp,image/png,image/pjpeg"
                                />
                        </file>
</filemanagement>

Cheers,

Fabrice Marchon

        


Reply via email to