|
Upload Multipart Content Functionalities
As first step consult the section Using the Save Remote functionalities.
Configuring the editor for use of the uploading of multipart content is fairly simple. In order to use the upload you should do the same configuration as for the Save Remote functionality, but in addition you should specify the following parameters:
<PARAM NAME = "uploadContentAsMultipartFormData" VALUE="true"> - this will force the editor to post Multipart content data to the server instead of simple post data. It will include all images and hyperlink targets which should be uploaded.
<PARAM NAME = "uploadedObjectsTranslationPath" VALUE="'http://server_path_to_the_uploaded_images'"> - this is the translation path on the server which will be used to transform the local paths in server-side paths. You should provide values in according to your needs and the structure of your web application.
|