02-18-2014 04:27 PM
02-18-2014 10:25 PM
02-19-2014 11:36 AM
02-19-2014 10:10 PM
<form
// action link depends on which operation wish to perform
action="http://localhost:8080/alfresco/api/-default-/public/cmis/versions/1.1/browser/folder1/object"
method="POST"
enctype="multipart/form-data">
<input name="cmisaction" type="hidden" value="createDocument" />
// for each cmis object type property, create 2 corresponding input texts field mapped to that properties value
<input name="propertyId[0]" type="hidden" value="cmis:name" />
<input name="propertyValue[0]" type="text" value="my document" />
<input name="propertyId[1]" type="hidden" value="cmis:objectTypeId" />
<input name="propertyValue[1]" type="hidden" value="my:firstObjectType" />
<input name="propertyId[2]" type="hidden" value="my:intProperty" />
<input name="propertyValue[2]" type="text" value="42" />
// for content stream
<input name="content" type="file" />
</form>
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.