04-22-2014 04:11 AM
04-22-2014 05:12 AM
04-22-2014 06:06 AM
upload = targetFolder.createFile(field.filename);
upload.properties.content.write(field.content);
upload.properties.content.setEncoding("UTF-8");
upload.properties.content.guessMimetype(field.filename);
upload.properties.action="uploaded";
//upload.properties.title = title;
//upload.properties.description = description;
upload.save();
04-23-2014 05:36 AM
04-23-2014 06:30 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.