Writing content from binary in server side javascript
Hi,we have this kind of scenario. We got file data as binary from JSON and that binary should be converted to text and added as content to a document that is also created in the same web script. Now ScriptContent has following method "write" that tak...