Hello!
I want to append something to content in the most efficient way. For example, if I had a text file that contains "This is a sample content", I would like to append "…and this is appended sample content" to it.
I know: I can read content, do appending in my program and then overwrite content with the new one. However, it would improve performance (at least network traffic) if there was a special functionality in Alfresco WS API for this. Is there an alternative to read-append-overwrite scenario?
Thanks in advance!
Kind regards,
Igor