Format
|
POST <baseurl>/document/createx
|
Body
|
The document is embedded in the body using mime encoding, or a URL is provided to the location of the document.
If a URL is provided, the acceptable formats are
http:// and
file:// . Note that
http URLs only work if the content can be obtained anonymously, that is, not using username/password or any other authentication. For file URLs, network paths are supported if the server is running Windows, for example 'file:////myserver/share/file.doc '. If it is a UNIX server, only files on the local server file system, or network shares that have been mounted on the server's file system, can be accessed.
|