Hello,
I want to create a worklfow which, when called, will firstly create a text file with the notes of the selected document and secondly will download this file to the web client.
The first part is easy for me but the second seems really difficult. Can I call the DownloadServlet Class or use WebUtils.sendFile() inside an ActionHandler? How?
Sorry if my question seems stupid, I am comfortable with OpenKM classes for handling documents but I have no experience with Java Servlets and any hint would be appreciated
.
I want to create a worklfow which, when called, will firstly create a text file with the notes of the selected document and secondly will download this file to the web client.
The first part is easy for me but the second seems really difficult. Can I call the DownloadServlet Class or use WebUtils.sendFile() inside an ActionHandler? How?
Sorry if my question seems stupid, I am comfortable with OpenKM classes for handling documents but I have no experience with Java Servlets and any hint would be appreciated
