Re: [Interest] File Dialog in WebEngine

2017-10-30 Thread Viktor Engelmann
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

Re: [Interest] File Dialog in WebEngine

2017-10-25 Thread Sudhir Sharma
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

Re: [Interest] File Dialog in WebEngine

2017-10-24 Thread Sudhir Sharma
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

Re: [Interest] File Dialog in WebEngine

2017-10-23 Thread Allan Sandfeld Jensen
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