Tag Name & type | # | Description |
---|
CFSUploadRequest | | Namespace of this element is http://ws.easylink.com/CFSUpload/2011/01 |
| SubmitId xs:string | 0-1 | Optional string identifying request, which will be echoed in result. |
| RelativePath xs:string | 1 | This should be the path and filename, relative to the user's base in the CFS, of the file to be created. Note that forward-slash "/" is used as the path separator, and that the root directory ("/") is the user's base directory (e.g. "myfile.txt" and "/myfile.txt" refer to the same file).
CFSUploadRequest will not automatically create directories named in the path if they do not already exist (see CFSCreateDir.
An existing file of the same name will be overwritten by the CFSUpload operation unless the ReplaceExisting flag is present and set to false.
|
| FileData DocDataType | 1 | This choice is used to include the actual file data in the request, in the DocData format. See DocumentType. |
DocUrl xs:anyURI | 1 | This choice is used to specify a URL to be used to retrieve the document. (Beware of possible access difficulties.) |
| ReplaceExisting xs:boolean | 0-1 | If "false", the upload will not be carried out if RelativePath names an existing file. The default behavior is "true" - uploads will overwrite existing files. |