saoj
Joined: 10/01/2008 08:20:15
Messages: 39
Offline
|
Just use the StreamConsequence.
In the action:
In the ApplicationManager:
You can place a byte array or a InputStream as the stream key in the action output. If for example the file is a PDF, you don't want to load everything in memory in a byte array:
An in the ApplicationManager:
|