02-06-2012 10:54 AM
upload = companyhome.createFile("upload" + companyhome.children.length + "_" + filename) ;
upload.properties.content.write(content);
upload.properties.content.mimetype = "UTF-8";
upload.properties.title = title;
upload.specializeType("propco:documents");
upload.properties.description = description;
upload.save();
upload.createThumbnail("thumbnailPreview", true);
02-06-2012 03:35 PM
upload.createThumbnail("doclib", true);
upload.createThumbnail("webpreview", true);
cheers, jan
02-07-2012 03:19 AM
02-07-2012 03:24 AM
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.