filePath and fileBytes are not getting passed to IS service in post service.

Hi. I have configured virtual folders, events, users. Everything is working partially ok as filePath and fileBytes, which i need in IS service, are not getting passed. Please suggest.

Did anyone have any luck in getting the file content as stream or bytes to the IS service? I get the filePath in the service but no “fileStream” or “fileBytes” when selected content stream or bytes respectively. I’m using V9.12.

Cheers!

I have similar issue, can see fileBytes are coming as expected but I need as fileStream which is not working

May be you should try it as “contentStream” object and see if that makes available downstream runtime? – (of course streams not saved in pipeline)

HTH,
RMG