olisemalis
MIS
Hello,
I have an asp.net web service, that is sending a filestream in a web output method.
Is it possible to read/render this file stream in a html page using javascript? I know hot to call the service using javascript. However, I want to get the filestream and read it on the fly without needing to save it on the disk.
Any example?
Thank you
I have an asp.net web service, that is sending a filestream in a web output method.
Is it possible to read/render this file stream in a html page using javascript? I know hot to call the service using javascript. However, I want to get the filestream and read it on the fly without needing to save it on the disk.
Any example?
Thank you