while uploading a document to the group users it can not be sent. individual is possible.
i got an error at console while sending document like
i got an error at console while sending document like
Code: Select all
java.lang.UnsupportedOperationException
at java.util.AbstractList.add(AbstractList.java:131)
at java.util.AbstractList.add(AbstractList.java:91)
at com.openkm.frontend.server.OKMFileUploadServlet.doPost(OKMFileUploadServlet.java:194)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ap