Reputation: 155
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
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