File transer from Cache to NodeJs
Hi,
I needs to send FileBinaryStream which stored in cahce DB to NodeJS.
Thanks
Discussion (1)0
Comments
Hi,
use %Net.HttpRequest library-class to post binary data (from your FileBinaryStream stored in Caché DB) to node.js server using express framework.
See here for example : https://stackoverflow.com/questions/16631975/node-js-server-not-receive-all-binary-data-or-client-not-sending-all-binary-dat
HTH,
Bernd