Strange effect in webclient 5.2.6

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 :roll:

Happens in firefox and Microsoft explorer.

Anyone seen this ?

Regards,

Still working fine here with 5.2.6, just tried in IE/Firefox/Chrome on Win 7 and had no problems.
Do you initiate the call from a FID?
Do you have an exception in the log and/or could you send a sample that is not working for you?

Hi Patrick,

Sorry, my mistake.

I use the plugins.file.writeFile() between a plugins.busy.block and unblock. The browser download UI is therefore blocked.

Thanks for responding anyway…

Regards,