Page 1 of 2

Download of filename containing a ','

PostPosted: 07 Apr 2016 17:40
by etwoss
Hi

With your components i can upload a file with a ',' in the filename, but not download.
Can you check this for me.

Eric

Re: Download of filename containing a ','

PostPosted: 08 Apr 2016 15:04
by Alexander Bulei
Hi Eric,

Fixed in next beta build:

Code: Select all
IWCGJQDownload
- Fixed: chrome respond with err_response_headers_multiple_content_disposition error when file name contain comma ',' or semi-colon ';'


Thanks.

Best Regards.

Re: Download of filename containing a ','

PostPosted: 11 Apr 2016 07:00
by etwoss
Hi

Great, thansk for fixing

Eric

Re: Download of filename containing a ','

PostPosted: 20 Apr 2016 05:40
by etwoss
Hi

Tested latest version.

The file is downloaded but gets strange filename:

Dit%252520is%252520-%252520een%252520test

this should be

'Dit is, een test.txt'

Customers are waiting for it so i hope you can fix this

Eric

Re: Download of filename containing a ','

PostPosted: 20 Apr 2016 10:34
by Alexander Bulei
Hi Eric,

It's right now...
Encoded to support all browsers...

Best Regards.

Re: Download of filename containing a ','

PostPosted: 20 Apr 2016 14:32
by etwoss
Hi

Do i see that the filename is changed or am i wrong?

'-' instead of ','

I hope not, customers download a file, change it, and upload again where it should overwrite the old one
If filename is changed i have 2 files

Eric

Re: Download of filename containing a ','

PostPosted: 20 Apr 2016 14:48
by Alexander Bulei
Hi Eric,

It's a browser name only...
On server, you can check the the original filename..

Best Regards.

Re: Download of filename containing a ','

PostPosted: 21 Apr 2016 07:17
by etwoss
Hi

Ok,

Customers waiting for new version.

Eric

Re: Download of filename containing a ','

PostPosted: 22 Apr 2016 07:06
by etwoss
Hi


Just tested Intraweb's SendFile to download file's. No problem at all with spaces or even a ',' in the filename, the file is downloaded with the same filename.

If you can't fix it i would rather have the old version back which did not download files containing a ',' than the current version which also replaces a space by %20.

Eric

Re: Download of filename containing a ','

PostPosted: 26 Apr 2016 15:20
by Alexander Bulei
Hi Eric,

IW have another method to send the files...
But, we have imporved the support of file names:

Code: Select all
IWCGJQDownload
- Added/Improved: compatibility support of file names (UTF-8)


Best Regards.