Hi.
I have data presented by outputstream or byte array (data contains excel file).
How can i replace primary content of WTDocument by this new file?
Should i use ContentServerHelper.service.updatePrimary method? How to create ApplicationData instance from my data?
Thanks.