download binary file through ParaviewWeb

I am using the downloadFile method from paraviewweb, and I have some troubles with binary files. This method return a Promise, which contains the content of the file in its “data” field. However for binary files, I don’t have the good value for this filed, it differ from the original file.

Using wireshark, I can say that the information sent by the server is the good one. It seems there is a problem in the way paraviewweb decode it.

Is there any existing project using the downloadFile method for binary files ?

Hi Charles,

Could you open an issue for this in paraviewweb?

Hello Zach,

I have created the issue #492.
If you need further information or testing, feel free to contact me.