12-02-2009 12:09 PM
//…
// create document in company home for uploaded file
upload = companyhome.createFile("BAupload" + companyhome.children.length + "_" + filename) ;
upload.properties.content.write(content);
upload.properties.content.mimetype = "UTF-8";
upload.properties.title = title;
upload.properties.description = description;
upload.properties["myCustomProperty0"] = "custompropertyValue";
upload.save();
// setup model for response template
model.upload = upload;
12-02-2009 03:44 PM
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.