Page 2 of 2

Re: Download of filename containing a ','

PostPosted: 28 Apr 2016 19:18
by etwoss
Hi

Just installed latest version.

I see no errors but nothing downloaded and the frame on which the download component is got destroyed

I see in debug that i come in the method IWCGJQFrameDestroy is called,

==

Now i moved the downloadcomponent to my main form. so not on the frame anymore

When just calling download(filename) it downloads the file but the name it gets has the filepath included:

c--temp-CLIENT-2070-118-20140402-Dit is , een test.txt

where it should be

"Dit is , een test.txt"

I have to call

IWCGJQFileDownload.DownloadFileName(AFilename, ExtractFileName(AFilename));

To get the correct name.

But also here, my frame is getting destroyed

Eric

Re: Download of filename containing a ','

PostPosted: 30 Apr 2016 07:01
by etwoss
Hi


Failed again, download still destroyes my frame!!


Eric

Re: Download of filename containing a ','

PostPosted: 02 May 2016 09:48
by Alexander Bulei
Hi Eric,

Failed again, download still destroyes my frame!!


Nothing with our components.

Best Regards.

Re: Download of filename containing a ','

PostPosted: 02 May 2016 18:35
by etwoss
Hi

Found the problem

The Download on my main form causes the form to throw a IWAppFormRender. which i did not expect.

The code there causes the frame to be deleted.

The re-render came through now having Ajax enabled on the OnCLick of the Button

Eric

Re: Download of filename containing a ','

PostPosted: 03 May 2016 09:39
by Alexander Bulei
Hi,

nice ;)