It appears like the saving is treated like a download internally. Do you
have your WebEngine configured to allow downloads? (by default, it doesn't!)
You can allow them like this
QObject::connect(webengineview->page()->profile(),
&QWebEngineProfile::downloadRequested,
[](QWebEngineDow
Any ideas on this issue?
Regards,
Sudhir
-Original Message-
From: Sudhir Sharma
Sent: Tuesday, October 24, 2017 3:42 PM
To: 'Allan Sandfeld Jensen' ; interest@qt-project.org
Subject: RE: [Interest] File Dialog in WebEngine
Using JS library "FileSaver.js".
Function
rg
Cc: Sudhir Sharma
Subject: Re: [Interest] File Dialog in WebEngine
* You are receiving this mail from an external source *
On Montag, 23. Oktober 2017 13:50:51 CEST Sudhir Sharma wrote:
> Hi,
>
> In 5.9.2, when we try to invoke File Dialog from html loaded in
> WebEngine, it does not get
On Montag, 23. Oktober 2017 13:50:51 CEST Sudhir Sharma wrote:
> Hi,
>
> In 5.9.2, when we try to invoke File Dialog from html loaded in WebEngine,
> it does not get open. If the same url is opened in web browser, it works.
>
> Any idea?
>
How are you trying to invoke it from HTML?
'Allan