Hi Techies,
We are trying to import a product image, where all image files are loaded in one zip file. A class extracts the file, reads image file one by one which we get in memory stream, image file name is same as product id in AX.
We are using binData class methods to load this. here we can't use binData.LoadFile() method directly because the file is loading first to blob and our code reads from there which will not work it seems.
We can copy the image file from blob in code and use it, but question is how can we use these stream inputs to load the images.
Any inputs are appreciated!
Thanks,
Sangram