Http files+qml
-
hello everyone
i wonder how could i download file and save it on mobile phone memory using qml? -
Hello,
You cannot manage file with Javascript. So, You should use C++ side!
Create a custom class using QNetworkAccessManager, and then call get() to download your files.Note:
If you want to show pictures, you can directly use :
@Image {
source:"http://www.ddgd.gr/photo.png"
}@