07-06-2007 10:35 AM
07-09-2007 05:28 AM
1) how do I actually upload the file content from a form? As soon as I use a multipart/form-data form, I am not able anymore to retrieve "args" from the webscript. Am I missing somethig obvious here?
2) how is authentication performed from webscripts? How can I authenticate from an external (Rails) app?
07-23-2007 05:24 AM
07-23-2007 10:22 AM
The problem is that the type of this new node is cm:content by default. How can I put the node content type when I upload a file?
07-23-2007 10:59 AM
var node2 = userhome.createNode(filename, typeofContent);
node2.properties["cm:content"] = node.properties["cm:content"];
07-23-2007 11:16 AM
07-23-2007 02:51 PM
var node = companyhome.childByNamePath("myfile.jpg");
node.specializeType("{multimedia.model}image");
node.save();
07-31-2007 10:41 AM
08-02-2007 07:50 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.