Question kandhan ramalingam · Oct 16, 2019 File transer from Cache to NodeJs #Node.js #Caché #Ensemble Hi, I needs to send FileBinaryStream which stored in cahce DB to NodeJS. Thanks 0 0 222
Bernd Mueller · Oct 30, 2019 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-datHTH,Bernd
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