Hi William,
I want to send file content as byte array/stream to client program, so that, the client will have flexibility to use content how they want.
For that, I'm planning to use model, controller class and controller class will get object id of file from the client program. So that, I can get content from repository using that object id and send back content as byte array through response object... Is it right way ??
What is best approach to achieve this using Documentum rest services. Please provide your input on the same..