Hello Everybody...
I am Working on simple java program where i want to add document through web page and add to OpenKM.
i have import all classes which all are needed.. but still i m not able to add file...
which are compulsory fields needed to add file to OpenKM
I tried Following
Document newDoc = new Document();
code setProperties ......
OKMDocumentProxy docProx = new OKMDocumentProxy();
docProx.create(token,newDoc,myfile.getByteData());
What is permission ???
and how to set Path??
I am Working on simple java program where i want to add document through web page and add to OpenKM.
i have import all classes which all are needed.. but still i m not able to add file...
which are compulsory fields needed to add file to OpenKM
I tried Following
Document newDoc = new Document();
code setProperties ......
OKMDocumentProxy docProx = new OKMDocumentProxy();
docProx.create(token,newDoc,myfile.getByteData());
What is permission ???
and how to set Path??