Sandy
Sandy

Reputation: 155

Use QML Webview to Download file

can I use webview QML component to download file and track url changes in the same ? How to give path to save downloaded file ?

Upvotes: 0

Views: 2291

Answers (1)

JuliusG
JuliusG

Reputation: 2371

It is not possible to do that in QML directly. See this page for more details.

You can however try using this c++ example: http://qt-project.org/wiki/Download_Data_from_URL

Upvotes: 1

Related Questions