Hi,
We use
plugins.file.writeFile(_file_name, _file.getBytes(), _file.getContentType())
in the webclient to download a serverside file (with file name _file_name) to the client. _file is a serverside JSFile object.
That worked fine up to 5.2.4.
In Servoy 5.2.6 the download seems halted (it never starts) until I activate a new form in dialog in my running solution
Happens in firefox and Microsoft explorer.
Anyone seen this ?
Regards,