Hello,
I am looking for the way how to download and save binary files (up to 1GB).
I found out that with direct QML is not possible to save the file. AppStudio has FileFolder class with writeFile function, but it seems that it writes only text files.
I got downloading working somehow, with QML XMLHttpRequest, but I think it is not usable for large files because you have to read the whole file in memory.
Does anybody use downloading and saving files in QML?
Thank in advanced,
Zdenek J.