Hi, On Fri, Jun 11, 2010 at 9:54 AM, Dinesh Dani <[email protected]> wrote: > Does anybody can help me to add the file in a node.I needed this to add the > file content in a node.It would be great if you can provide the step by step > method to add the file in a node.
The easiest way to do so is to use the JcrUtils.putFile() methods [1,2]. [1] http://jackrabbit.apache.org/api/2.1/org/apache/jackrabbit/commons/JcrUtils.html#putFile(javax.jcr.Node, java.lang.String, java.lang.String, java.io.InputStream) [2] http://jackrabbit.apache.org/api/2.1/org/apache/jackrabbit/commons/JcrUtils.html#putFile(javax.jcr.Node, java.lang.String, java.lang.String, java.io.InputStream, java.util.Calendar) BR, Jukka Zitting
