contentStreamFileName issue while uploading a document

cancel
Showing results for 
Search instead for 
Did you mean: 
vishnucharan
Member II

contentStreamFileName issue while uploading a document

Hi All,

While we were uploading a document by using CMIS. the contentStreamFileName is getting defaulted to file0.xxx(where xxx is the extension of the file name that is getting uploaded).

below are the parameters which i am passing:

mimeType

folderPath

stream(content of the document in stream)

attributes

      Document Title (passing the document name)

      cmis

         name (passing the document name)

         checkinComment (Free text)

Please let me know if anyone has faced this issue.

1 Reply
afaust
Master

Re: contentStreamFileName issue while uploading a document

Alfresco does not have an internal concept of a content stream name (there is no persistence of this CMIS property), so it will always default to something generic on the integration layer.