Qt Quick WebGL platform plugin save remote file to local
-
As the question,I want get file from server and save to local.
-
Greate,no one known.
-
In my experience of coding forums, if people do not know, they do not answer, which is reasonable behaviour.
As it happens, I have played around with XmlHttpRequests for controlling my IR equipment, but I understand it can also be used to fetch stuff.
Sometimes, it is easier to google a problem than ask a question and wait for an answer. There are a number of examples on the web for XmlHttpRequests.
The requests are javascript, here's an example you
may
be able to adapt to your needs;https://www.alexhadik.com/writing/xhr-file-download/
and here;
https://stackoverflow.com/questions/22724070/prompt-file-download-with-xmlhttprequest
Some of the examples show the POST method, swap it out for GET method.
-
Thank you for help.