Hi All,
After discussing with Anca, Marius and Guillaume we have decided to use the
following approach,
1. Upload the office document as an attachment to the current wiki page
(using the upload action).
2. Make a second rpc call to officeimporter passing it the name of the wiki
page and the attachment:
Ex: String importDocument(String pageName, String attachmentName);
3. The officeimporter will import the document and return the resulting html
fragment which will be inserted into the editor. Any images contained within
the document will be attached into the wiki page by the officeimporter.
Let us know if you have any comments.
Thanks.
- Asiri